Skip to content

Commit e88325a

Browse files
Create agent_.yml
1 parent baaf726 commit e88325a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/agent_.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Agent"
2+
run-name: "Agent"
3+
4+
on:
5+
issues:
6+
types: [opened]
7+
8+
jobs:
9+
triage:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
issues: write
14+
steps:
15+
- name: "Checkout"
16+
uses: actions/checkout@v4
17+
# - name: "Search for Repository"
18+

0 commit comments

Comments
 (0)