Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 60ad94d

Browse files
committed
Add add-triage-label.yaml
1 parent 3688701 commit 60ad94d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Based on
2+
# - https://docs.github.com/en/actions/guides/adding-labels-to-issues
3+
# - https://github.com/andymckay/labeler
4+
5+
# This workflow uses actions that are not certified by GitHub.
6+
# They are provided by a third-party and are governed by
7+
# separate terms of service, privacy policy, and support
8+
# documentation.
9+
10+
name: Simple Issue Labeler
11+
on:
12+
issues:
13+
types:
14+
- reopened
15+
- opened
16+
jobs:
17+
automate-issues-labels:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: initial labeling
21+
uses: andymckay/[email protected]
22+
with:
23+
add-labels: "triage"

0 commit comments

Comments
 (0)