chore(deps): bump superfly/flyctl-actions from 5e0688e3d0586e2cad2288e6c49c3e9bedac39e5 to fc53c09e1bc3be6f54706524e3b82c4f462f77be #619
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Bot: Pull Request Labeler" | |
on: | |
pull_request: | |
types: [opened, reopened] | |
permissions: | |
contents: read | |
jobs: | |
triage: | |
permissions: | |
contents: read | |
pull-requests: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1 | |
with: | |
egress-policy: audit | |
- name: "Bot: Labeler Triage" | |
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |