Skip to content

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.1 #30

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.1

Bump styfle/cancel-workflow-action from 0.11.0 to 0.12.1 #30

Workflow file for this run

name: "PR Labeler"
on: [pull_request_target]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: "Cancel similar actions in progress"
uses: styfle/cancel-workflow-action@0.12.1
with:
all_but_latest: true
access_token: ${{ github.token }}
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"