mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
Update opened-pr-triage.yml
This commit is contained in:
19
.github/workflows/opened-pr-triage.yml
vendored
19
.github/workflows/opened-pr-triage.yml
vendored
@@ -1,18 +1,15 @@
|
|||||||
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 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user