Added RussellDsouza.md file to the interested-technical-writers sub-d… #35
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: Close TW Pull Request | |
on: | |
pull_request_target: | |
types: [opened] | |
paths: | |
- previous-seasons/2021-participants/interested-technical-writers.md | |
- previous-seasons/2022-participants/interested-technical-writers.md | |
- previous-seasons/2023-participants/interested-technical-writers.md | |
- 2024-participants/interested-technical-writers/* | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: superbrothers/close-pull-request@v3 | |
with: | |
# Optional. Post a issue comment just before closing a pull request. | |
comment: "This PR was opened against a past Google Season of Docs technical writers page, so we're closing this PR. Please feel free to subscribe to our [announcements list](https://groups.google.com/g/season-of-docs-announce) for information about upcoming Google Season of Docs programs." |