Commit fba5c61
Attempt to fix the pr MergeRequested workflow (#26157)
We are getting the following error in our workflow:
```
GraphQL: Resource not accessible by integration (repository.pullRequest.projectCards.nodes)
```
When we call `gh pr edit`
Based on the issue at cli/cli#6274 we can try adding the repository-projects: read permission to workaround this.1 parent 3d89f95 commit fba5c61
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments