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: on:
pull_request: pull_request:
types: types: [opened]
- opened
jobs: jobs:
add-label: pr-waiting-review:
name: Add Label
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: christianvuerings/add-labels@v1
- uses: actions-ecosystem/action-add-labels@v1
with: with:
labels: | labels: waiting-review
waiting-review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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