Skip to content

chore(deps): bump actions/checkout from 2.3.4 to 4.2.2 #108

chore(deps): bump actions/checkout from 2.3.4 to 4.2.2

chore(deps): bump actions/checkout from 2.3.4 to 4.2.2 #108

name: pr-mgmt
on:
pull_request:
types: [labeled,opened,reopened,edited,ready_for_review]
permissions: { }
jobs:
pr-mgmt:
uses: ./.github/workflows/wfc_pr_management.yml
permissions:
contents: read
issues: write
pull-requests: write
with:
approve: true
merge: true
matchLabel: "auto-merge"
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}