Skip to content

Commit eb528b6

Browse files
authored
Merge pull request #7 from grevend/update-moscow-prioritization
Update MoSCoW Prioritization action
2 parents e2ee2a1 + aaa2712 commit eb528b6

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/moscow.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@ on:
44
pull_request_target:
55
types: [ labeled, opened, unlabeled, reopened ]
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.head_ref }}
9-
cancel-in-progress: true
10-
117
permissions:
128
contents: read
13-
issues: write
14-
pull-requests: write
9+
issues: read
10+
pull-requests: read
1511

1612
jobs:
1713
check:
1814
runs-on: ubuntu-latest
1915
steps:
20-
- uses: grevend/moscow-prioritization@v1.1.0
21-
with:
22-
token: '${{ secrets.GITHUB_TOKEN }}'
16+
- uses: grevend/moscow-prioritization@v2.0.0

0 commit comments

Comments
 (0)