File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "version" : " v4" ,
66 "sha" : " 34e114876b0b11c390a56381ad16ebd13914f8d5"
77 },
8+ "actions/checkout@v5" : {
9+ "repo" : " actions/checkout" ,
10+ "version" : " v5" ,
11+ "sha" : " 93cb6efe18208431cddfb8368fd83d5badbf9bfd"
12+ },
813 "actions/github-script@v8" : {
914 "repo" : " actions/github-script" ,
1015 "version" : " v8" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ safe-outputs:
2424tools :
2525 github :
2626 toolsets : [default]
27+ # If in a public repo, setting `lockdown: false` allows
28+ # reading issues, pull requets and comments from 3rd-parties
29+ # If in a private repo this has no particular effect.
30+ #
31+ # This is important for this workflow to be able to read contribution guidelines
32+ lockdown : false
2733
2834timeout-minutes : 10
2935---
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ safe-outputs:
2222tools :
2323 github :
2424 toolsets : [all]
25+ # If in a public repo, setting `lockdown: false` allows
26+ # reading issues, pull requets and comments from 3rd-parties
27+ # If in a private repo this has no particular effect.
28+ lockdown : false
2529 web-fetch :
2630
2731timeout-minutes : 15
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ network: defaults
1818
1919tools :
2020 github :
21+ # If in a public repo, setting `lockdown: false` allows
22+ # reading issues, pull requets and comments from 3rd-parties
23+ # If in a private repo this has no particular effect.
24+ lockdown : false
2125
2226safe-outputs :
2327 create-issue :
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ safe-outputs:
2222
2323tools :
2424 web-fetch :
25+ github :
26+ toolsets : [issues]
27+ # If in a public repo, setting `lockdown: false` allows
28+ # reading issues, pull requets and comments from 3rd-parties
29+ # If in a private repo this has no particular effect.
30+ lockdown : false
2531
2632timeout-minutes : 10
2733---
Original file line number Diff line number Diff line change 11---
22name : Plan Command
33description : Generates project plans and task breakdowns when invoked with /plan command in issues or PRs
4+
45on :
56 slash_command :
67 name : plan
78 events : [issue_comment, discussion_comment]
9+
810permissions :
911 contents : read
1012 discussions : read
1113 issues : read
1214 pull-requests : read
15+
1316engine : copilot
17+
1418tools :
1519 github :
1620 toolsets : [default, discussions]
21+ # If in a public repo, setting `lockdown: false` allows
22+ # reading issues, pull requets and comments from 3rd-parties
23+ # If in a private repo this has no particular effect.
24+ #
25+ # This allows the maintainer to use /plan in discussions and issues created
26+ # by 3rd parties, and to read the content of those discussions and issues
27+ # turning the content into actionable tasks.
28+ lockdown : false
29+
1730safe-outputs :
1831 create-issue :
1932 title-prefix : " [task] "
Original file line number Diff line number Diff line change @@ -21,6 +21,16 @@ safe-outputs:
2121tools :
2222 web-fetch :
2323 bash : true
24+ github :
25+ toolsets : [default, discussions]
26+ # If in a public repo, setting `lockdown: false` allows
27+ # reading issues, pull requets and comments from 3rd-parties
28+ # If in a private repo this has no particular effect.
29+ #
30+ # This allows the maintainer to use /repo-ask in discussions and issues created
31+ # by 3rd parties, and to read the content of those discussions and issues
32+ # turning the content into actionable tasks.
33+ lockdown : false
2434
2535timeout-minutes : 20
2636
You can’t perform that action at this time.
0 commit comments