Skip to content

Commit

Permalink
Merge pull request #7 from grevend/update-moscow-prioritization
Browse files Browse the repository at this point in the history
Update MoSCoW Prioritization action
  • Loading branch information
duart38 authored Sep 28, 2022
2 parents e2ee2a1 + aaa2712 commit eb528b6
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/moscow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@ on:
pull_request_target:
types: [ labeled, opened, unlabeled, reopened ]

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

permissions:
contents: read
issues: write
pull-requests: write
issues: read
pull-requests: read

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: grevend/moscow-prioritization@v1.1.0
with:
token: '${{ secrets.GITHUB_TOKEN }}'
- uses: grevend/moscow-prioritization@v2.0.0

0 comments on commit eb528b6

Please sign in to comment.