Skip to content

Update Node requirement in the doc for 9.0 #1185

Update Node requirement in the doc for 9.0

Update Node requirement in the doc for 9.0 #1185

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 }}