mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
15 lines
273 B
YAML
15 lines
273 B
YAML
name: Mark new issue for triage
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
pr-waiting-review:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions-ecosystem/action-add-labels@v1
|
|
with:
|
|
labels: waiting-review
|