mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
15 lines
260 B
YAML
15 lines
260 B
YAML
name: Mark new issue for triage
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
needs-triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions-ecosystem/action-add-labels@v1
|
|
with:
|
|
labels: needs triage
|