mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
Update opened-pr-triage.yml
This commit is contained in:
18
.github/workflows/opened-pr-triage.yml
vendored
18
.github/workflows/opened-pr-triage.yml
vendored
@@ -1,14 +1,18 @@
|
|||||||
name: Mark new issue for triage
|
name: Add Label
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened]
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pr-waiting-review:
|
add-label:
|
||||||
|
name: Add Label
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-ecosystem/action-add-labels@v1
|
- uses: christianvuerings/add-labels@v1
|
||||||
with:
|
with:
|
||||||
labels: waiting-review
|
labels: |
|
||||||
|
waiting-review
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user