ci: release comment mod (#8084)
Release commenter to comment on PRs/issues that have had an associated release. NOTE: Commenting is currently disabled. Will be keeping an eye on the CI output as to when to enable. Heavily modified version of [apexskier/github-release-commenter](https://github.com/apexskier/github-release-commenter). Updates: - Filters to closed PRs only - Adds tag filter to support non-linear releases - Better logging - Moved to pnpm - Uses @vercel/ncc for packaging
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -4,6 +4,9 @@ dist
|
||||
/.idea/*
|
||||
!/.idea/runConfigurations
|
||||
|
||||
# Custom actions
|
||||
!.github/actions/**/dist
|
||||
|
||||
test-results
|
||||
.devcontainer
|
||||
.localstack
|
||||
@@ -134,7 +137,6 @@ out
|
||||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
|
||||
Reference in New Issue
Block a user