File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 38
38
- [ Triagebot Dashboard] ( ./triagebot/triage-dashboard.md )
39
39
- [ Zulip Meeting Management] ( ./triagebot/zulip-meeting.md )
40
40
- [ Zulip Notifications] ( ./triagebot/zulip-notifications.md )
41
+ - [ GitHub Actions created PR open/closer] ( ./triagebot/bot-pull-requests.md )
41
42
- [ Community] ( ./community/README.md )
42
43
- [ State of Rust Survey FAQ] ( ./community/survey-faq.md )
43
44
- [ Compiler] ( ./compiler/README.md )
Original file line number Diff line number Diff line change
1
+ # GitHub Actions created PR open/closer
2
+
3
+ This automation triggers an automatic close & reopen on PRs opened by the
4
+ ` github-actions ` user, i.e., from a GitHub actions job. This enables CI to run
5
+ on those PRs without needing a manual poke from some human.
6
+
7
+ ## Configuration
8
+
9
+ This feature is enabled on a repository by having a ` [bot-pull-requests] ` table in ` triagebot.toml ` :
10
+
11
+ ``` toml
12
+ [bot-pull-requests ]
13
+ ```
14
+
15
+ ## Implementation
16
+
17
+ See [ ` src/handlers/bot_pull_requests.rs ` ] ( https://github.com/rust-lang/triagebot/blob/HEAD/src/handlers/bot_pull_requests.rs ) .
You can’t perform that action at this time.
0 commit comments