From 0f28a2e43c929d8655aa38cc367d011a29b9ee87 Mon Sep 17 00:00:00 2001 From: Alan Clucas Date: Tue, 4 Feb 2025 08:54:55 +0000 Subject: [PATCH] chore: remove member requirement for retest for testing Signed-off-by: Alan Clucas --- .github/workflows/retest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/retest.yaml b/.github/workflows/retest.yaml index 78076893a3a7..561c8efad8f7 100644 --- a/.github/workflows/retest.yaml +++ b/.github/workflows/retest.yaml @@ -9,7 +9,7 @@ permissions: jobs: retest: # PR comments where a Member types "/retest" exactly - if: github.event.issue.pull_request && github.event.comment.author_association == 'MEMBER' && github.event.comment.body == '/retest' + if: github.event.issue.pull_request && github.event.comment.body == '/retest' permissions: actions: write # for re-running failed jobs: https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#re-run-a-job-from-a-workflow-run runs-on: ubuntu-24.04