Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
ci: remove old action
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed May 14, 2024
1 parent ef26c22 commit 0624a70
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ jobs:
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 }}
Expand Down Expand Up @@ -56,7 +49,6 @@ jobs:
poetry run report
echo 'EOF'
} >> "${GITHUB_OUTPUT}"
if: ${{ success() || failure() }}
id: report
- uses: marocchino/sticky-pull-request-comment@v2
with:
Expand Down

0 comments on commit 0624a70

Please sign in to comment.