data "aws_ami" "docker-machine" - Query returned not results #400
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: PR commented | |
on: # yamllint disable-line rule:truthy | |
issue_comment: | |
types: | |
- created | |
permissions: read-all | |
jobs: | |
slash-command-dispatch: | |
runs-on: ubuntu-latest | |
permissions: | |
# to dispatch the command via workflow | |
contents: write | |
# to add a reaction to the comment | |
pull-requests: write | |
steps: | |
- name: Slash Command Dispatch | |
uses: peter-evans/slash-command-dispatch@9670cb0eb9a7f304f78031ce7e494fd330d60eff # ratchet:peter-evans/slash-command-dispatch@v3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-type: pull-request | |
commands: | | |
help |