chore(deps): bump softprops/action-gh-release from 2.0.8 to 2.0.9 in the all group #295
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Notify When Maintainers Cannot Edit | |
# **What it does**: Notifies the author of a PR when their PR does not allow maintainers to edit it. | |
# **Why we have it**: To prevent having to do this manually. | |
# **Who does it impact**: Open-source. | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- edited | |
permissions: | |
pull-requests: write | |
jobs: | |
notify-when-maintainers-cannot-edit: | |
uses: jandedobbeleer/workflows/.github/workflows/edit_rights.yml@main | |
secrets: | |
token: ${{ secrets.GH_PAT }} |