Added my name in technical writer list #30
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 | |
- 2023-participants/interested-technical-writers.md | |
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: "The Google Season of Docs program is not currently in the technical writer recruitment phase, 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." |