diff --git a/.github/workflows/moscow.yml b/.github/workflows/moscow.yml index 20a9821..88e7e6b 100644 --- a/.github/workflows/moscow.yml +++ b/.github/workflows/moscow.yml @@ -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 }}' \ No newline at end of file + - uses: grevend/moscow-prioritization@v2.0.0 \ No newline at end of file