Skip to content

chore(deps): exclude slsa-framework/slsa-github-generator from pinned actions #109

chore(deps): exclude slsa-framework/slsa-github-generator from pinned actions

chore(deps): exclude slsa-framework/slsa-github-generator from pinned actions #109

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