Skip to content

Commit d969c25

Browse files
authored
Create issue-action
1 parent 1a292bf commit d969c25

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/issue-action

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "Set Issue Label and Assignee"
2+
on:
3+
issues:
4+
types: [opened]
5+
pull_request:
6+
typed: [opened]
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: Naturalclar/[email protected]
13+
with:
14+
title-or-body: "both"
15+
parameters: '[ {{"keywords": ["java", "Java"], "labels": ["Java"], "assignees": ["username"]}]'
16+
github-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)