Update Node requirement in the doc for 9.0 #1185
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: 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 }} |