Skip to content

chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.22 to 3.0.23 #106

chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.22 to 3.0.23

chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.22 to 3.0.23 #106

Workflow file for this run

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 }}