Feature Request: Add opener permission
See original GitHub issueI am looking into creating a slash command to run a code formatter and auto commit the diff to a PR from a fork. I was going to set the permission on the dispatch to be write
that way all repo collaborators could run the command. However, it would be cool if the folks with write permission on the fork could run the command too. As an example, take a look at this test PR:
https://github.com/AustinShalit/actions-test/pull/4
I would’ve liked both /format
requests to be run. Any advice on how to accomplish this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
[Feature Request] Add optional Authorization when opening ...
I tried using thingsboard public dashboard in my flutter application as a webview/iframe. However, I want to show private device's telemetry ...
Read more >Permissions Policy - HTTP - MDN Web Docs - Mozilla
Chrome Edge
Permissions‑Policy Full support. Chrome88. more. Toggle history Full supp...
accelerometer. Experimental Full support. Chrome88. more. Toggle history Full supp...
ambient‑light‑sensor. Experimental Full support. Chrome88....
Read more >Feature Requests - Gather Help
How to view and submit feature requests, as well as commonly requested features that are not yet developed.
Read more >The Best Feature Request Software for 2023 - Feature Upvote
4 best feature request software tools ; Feature Upvote software website ; Adding a feature request in Feature Upvote ; Trello software ;...
Read more >Feature Request: Add filtering to Users:Get Permission end point
Use-case: When a user has a lot of permissions (>100), a service using these permissions needs to read multiple pages of permissions in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That is an interesting loophole you found, certainly a head scratcher.
That you for the suggestion, I think I’ll go with that for now.
How do you want to proceed with regard to this issue? Happy to either close it or leave it open – up to you.
You are totally right that was my misunderstanding. Thank you for clarifying!
I think your proposal to allow the PR author to issue commands is awesome. Let me know if you need some testing help.