Skip to content

chore: bump @actions/core from 1.6.0 to 1.9.1 #21

chore: bump @actions/core from 1.6.0 to 1.9.1

chore: bump @actions/core from 1.6.0 to 1.9.1 #21

Workflow file for this run

name: "Set PR Label"
on:
pull_request:
types:
- edited
- opened
- reopened
jobs:
pr-triage-manager:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: kaizen3031593/pr-triage-manager@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}