mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 06:58:47 -05:00
15 lines
272 B
YAML
15 lines
272 B
YAML
name: Mark new issue for triage
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
needs-triage:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions-ecosystem/action-add-labels@v1
|
|
if: github.event.issue.labels == null
|
|
with:
|
|
labels: needs triage
|