Skip to content

Instantly share code, notes, and snippets.

@ShariqT
Created January 6, 2022 02:51
Show Gist options
  • Save ShariqT/085bc5eca6adde080710c09cbfc94164 to your computer and use it in GitHub Desktop.
Save ShariqT/085bc5eca6adde080710c09cbfc94164 to your computer and use it in GitHub Desktop.
respond-with-sam.yml
name: Always Sam
on:
issues:
types: [opened]
jobs:
respond_with_sam:
runs-on: ubuntu-latest
steps:
- uses: lob/action_sam_jackson@0.0.2
with:
message: "Welcome to Samuel Log Jackson. I hear you are having a problem? Don't worry, we are assembling a special team to tackle your issue. We're calling it the Avenger Initative."
token: ${{secrets.GITHUB_TOKEN}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment