Skip to content

Instantly share code, notes, and snippets.

@Deborah-Digges
Last active October 16, 2020 20:09
Show Gist options
  • 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/[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