From 863ca890c4f40c4f6b99fad7dec90b0d0df58bf6 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Tue, 14 May 2024 19:43:38 +0200 Subject: [PATCH] ci: remove obsolete action Signed-off-by: Mateusz Urbanek --- .github/workflows/commands.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/commands.yaml b/.github/workflows/commands.yaml index deb33cd..97d55b0 100644 --- a/.github/workflows/commands.yaml +++ b/.github/workflows/commands.yaml @@ -2,18 +2,14 @@ name: commands on: [issue_comment] +permissions: + contents: write + jobs: test-e2e: runs-on: ubuntu-latest if: ${{ startsWith(github.event.comment.body, '/ok-to-test') && github.event.issue.pull_request }} steps: - - uses: TheModdingInquisition/actions-team-membership@v1.0 - with: - organization: anza-labs - team: core - token: ${{ secrets.READ_ORG }} - comment: ":red_circle: I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that." - exit: true - uses: actions/checkout@v2 - env: GH_TOKEN: ${{ github.token }} @@ -47,7 +43,7 @@ jobs: - run: | make install deploy IMG=lke-operator:e2e - run: | - test-e2e CHAINSAW_ARGS='--report-format=XML' + make test-e2e CHAINSAW_ARGS='--report-format=XML' id: e2e continue-on-error: true - run: | @@ -56,7 +52,6 @@ jobs: poetry run report echo 'EOF' } >> "${GITHUB_OUTPUT}" - if: ${{ success() || failure() }} id: report - uses: marocchino/sticky-pull-request-comment@v2 with: