Skip to content

Commit

Permalink
Update MoSCoW Prioritization action
Browse files Browse the repository at this point in the history
Signed-off-by: David Greven <opensource@grevend.dev>
  • Loading branch information
grevend committed Sep 27, 2022
1 parent e2ee2a1 commit aaa2712
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 aaa2712

Please sign in to comment.