Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Last active October 16, 2020 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deborah-Digges/2de5897ec7b4b54714e3150dabda46d7 to your computer and use it in GitHub Desktop.
Save Deborah-Digges/2de5897ec7b4b54714e3150dabda46d7 to your computer and use it in GitHub Desktop.
workflow YML file for github action
name: Comment on pull request
on:
pull_request:
branches:
main
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: deborah-digges/new-pull-request-comment-action@v1.9
with:
access-token: ${{ secrets.ACCESS_TOKEN }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment