Bump serve-static from 1.15.0 to 1.16.2 #13
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: first-contribution | |
on: | |
pull_request: | |
branches: [main] | |
types: [opened] | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: | | |
Hello! Thank you for your contribution. | |
TransitMatters is a volunteer-run organization, so if you haven't yet we'd appreciate you filling out our volunteer form: https://transitmatters.org/volunteer | |
If you have already filled out the form, but have not yet heard back please let us know on this PR and we'll follow up with you! |