fix: add user exclusion for GitHub Actions in PR closed workflow (#2509)

This commit is contained in:
Gliches
2026-07-26 20:02:34 +05:30
committed by GitHub
parent eb93fa4535
commit 6c5a1b0d2e
+1
View File
@@ -27,6 +27,7 @@ jobs:
github.event.pull_request.user.login != 'aklinker1' &&
github.event.pull_request.user.login != 'Timeraa' &&
github.event.pull_request.user.login != 'PatrykKuniczak' &&
github.event.pull_request.user.login != 'nishu-murmu' &&
github.event.pull_request.user.login != 'dependabot[bot]' &&
github.event.pull_request.user.login != 'copilot-swe-agent[bot]'
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0