mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix: try to fix the action scope issue
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
||||
comment:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
|
||||
- if: github.event_name == 'pull_request' && github.event.pull_request.head.user.login != 'dependabot[bot]' && github.event.pull_request.head.user.login != 'dependabot-preview[bot]'
|
||||
name: Comment on PR
|
||||
uses: github-actions-up-and-running/pr-comment@v1.0.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user