File tree Expand file tree Collapse file tree
docs/src/content/docs/troubleshooting Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -193,22 +193,7 @@ tools:
193193
194194# ## Write Operations Fail
195195
196- Grant required permissions in the `permissions:` section or use safe-outputs (recommended) :
197-
198- ` ` ` yaml wrap
199- # Direct write
200- permissions:
201- contents: read
202- issues: write
203- pull-requests: write
204-
205- # Safe-outputs (recommended)
206- permissions:
207- contents: read
208- safe-outputs:
209- create-issue:
210- add-comment:
211- ` ` `
196+ Use safe outputs, or ask for new safe output types if needed.
212197
213198# ## Safe Outputs Not Creating Issues
214199
@@ -263,6 +248,7 @@ safe-outputs:
263248` ` `
264249
265250**Reserved field names to avoid**:
251+
266252- ` repository` (REPOSITORY type - not supported via API)
267253
268254If a field already exists with an unsupported type, delete it in the GitHub Projects UI and recreate it with a different name.
You can’t perform that action at this time.
0 commit comments