Skip to content

Commit 3eecbc2

Browse files
gh: create ci-triage.yaml (#24)
1 parent 5cb1eef commit 3eecbc2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/ci-triage.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Triage PRs"
2+
on:
3+
- pull_request_target
4+
5+
jobs:
6+
triage:
7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
13+
with:
14+
configuration-path: .github/labeler.yaml

.golangci.yml .golangci.yaml

File renamed without changes.

0 commit comments

Comments
 (0)