Skip to content

Bump @actions/core from 1.2.6 to 1.9.1 #26

Bump @actions/core from 1.2.6 to 1.9.1

Bump @actions/core from 1.2.6 to 1.9.1 #26

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize, reopened, edited]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- name: Label the PR
uses: gerrymanoim/pr-prefix-labeler@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}