Update stale workflow (#474)

This commit is contained in:
Rich Howell
2023-01-17 22:41:42 +00:00
committed by GitHub
parent d2e3e44d0d
commit c13c0abbc5
3 changed files with 34 additions and 3 deletions

14
.github/workflows/opened-pr-triage.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: Mark new pull request as waiting review
on:
pull_request:
types: [opened]
jobs:
needs-triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: waiting-review