WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9f78b32

Browse files
authored
fix template workflows (#342)
1 parent cb8e1b1 commit 9f78b32

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/issue_template.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/pr_agent.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
name: PR Agent
12
on:
23
pull_request:
34
types: [opened, reopened, ready_for_review]
45
issue_comment:
6+
types: [created]
7+
58
jobs:
69
pr_agent_job:
710
if: ${{ github.event.sender.type != 'Bot' }}

0 commit comments

Comments
 (0)