Updates Dependencies, fixes argument error, includes Autoupdate 2023 08 13 #2
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: "Repo Lockdown" | |
on: | |
issues: | |
types: opened | |
pull_request_target: | |
types: opened | |
permissions: | |
issues: write | |
pull-requests: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/[email protected] | |
with: | |
issue-comment: > | |
This repository does not accept bug reports. | |
Please report issues over at https://gitlab.gnome.org/johannesjh/favagtk/. | |
See the README and CONTRIBUTING files for details. | |
pr-comment: > | |
This repository does not accept pull requests. | |
Please submit pull requests over at https://gitlab.gnome.org/johannesjh/favagtk/. | |
See the README and CONTRIBUTING files for details. |