Skip to content

Commit

Permalink
test: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport committed Oct 7, 2022
1 parent 5f480b1 commit 291e8a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/project_board_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ name: 'Project Board Automation'
pull_request_target:
branches: [develop, main]
types: [synchronize, opened, reopened, labeled, unlabeled, ready_for_review, review_requested, converted_to_draft, closed]
pull_request:
branches: [develop, main]
types: [synchronize, opened, reopened, labeled, unlabeled, ready_for_review, review_requested, converted_to_draft, closed]
pull_request_review:
types: [submitted]
pull_request_review_comment:
Expand All @@ -27,6 +30,10 @@ env:
DONE_COLUMN_NAME: '"Done"'
ITERATION_FIELD_NAME: Iteration # See project settings (default is `Iteration`)

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
project-board-automation:
name: 'Linked Issues & Project Board Automation'
Expand Down

0 comments on commit 291e8a9

Please sign in to comment.