Last active
October 16, 2020 20:09
-
-
Save Deborah-Digges/2de5897ec7b4b54714e3150dabda46d7 to your computer and use it in GitHub Desktop.
workflow YML file for github action
This file contains hidden or 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: Comment on pull request | |
on: | |
pull_request: | |
branches: | |
main | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: deborah-digges/[email protected] | |
with: | |
access-token: ${{ secrets.ACCESS_TOKEN }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment