Skip to content

make 4.4 (oct 31 2022) causes issues with the git submodule resulting in an infinite loop #70

make 4.4 (oct 31 2022) causes issues with the git submodule resulting in an infinite loop

make 4.4 (oct 31 2022) causes issues with the git submodule resulting in an infinite loop #70

Workflow file for this run

name: chatops
on:
issue_comment:
types: [created]
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: "Handle common commands"
uses: cloudposse/actions/github/[email protected]
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
repository: cloudposse/actions
commands: rebuild-readme, terraform-fmt
permission: triage
issue-type: pull-request
test:
runs-on: ubuntu-latest
steps:
- name: "Checkout commit"
uses: actions/checkout@v2
- name: "Run tests"
uses: cloudposse/actions/github/[email protected]
with:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
reaction-token: ${{ secrets.GITHUB_TOKEN }}
repository: cloudposse/actions
commands: test
permission: triage
issue-type: pull-request
reactions: false