Skip to content
Snippets Groups Projects
Unverified Commit 02718b9d authored by Rich Howell's avatar Rich Howell Committed by GitHub
Browse files

Update opened-pr-triage.yml

parent 3fa2b3c1
No related branches found
No related tags found
No related merge requests found
name: Add Label
name: Mark new pull request waiting review
on:
pull_request:
types:
- opened
types: [opened]
jobs:
add-label:
name: Add Label
pr-waiting-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: christianvuerings/add-labels@v1
- uses: actions/checkout@v3
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: |
waiting-review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
labels: waiting-review
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment