Skip to content

Commit

Permalink
Merge pull request #19 from mansona/update-plan-on-label
Browse files Browse the repository at this point in the history
update plan when a PR is labeled
  • Loading branch information
mansona authored Nov 26, 2023
2 parents 7068305 + 7e9dca4 commit a6da957
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:
branches:
- main
pull_request:
types:
- labeled

concurrency:
group: plan-release-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
prepare_release_notes:
Expand Down
7 changes: 7 additions & 0 deletions plan-release-template.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ on:
push:
branches:
- main
pull_request:
types:
- labeled

concurrency:
group: plan-release-${{ github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
prepare_release_notes:
Expand Down

0 comments on commit a6da957

Please sign in to comment.