Skip to content

Add a title to the hook page #1159

Add a title to the hook page

Add a title to the hook page #1159

name: PR Branch Labeler
on: pull_request_target
jobs:
label_prs:
runs-on: ubuntu-latest
steps:
- name: Label PRs
if: github.event.action == 'opened' # Only run the action when the PR was first opened
uses: ffittschen/pr-branch-labeler@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}