You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon investigation, the existing fix put in place should have resolved the issue.
Notes:
The current step looks like this:
- name: Send Slack message# Workaround while waiting for Gamesight/slack-workflow-status#38 to be fixed# See https://github.com/Gamesight/slack-workflow-status/issues/38uses: sjohnr/slack-workflow-status@9eb3eb361c03f8bb9271782f987f472adfc31056with:
repo_token: ${{ secrets.GITHUB_TOKEN }}slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}channel: '#spring-security-ci'name: 'CI Notifier'
This step points to this commit in a fork of the slack-workflow-status action, but GitHub doesn't seem to be using this commit.
The fix filters out PRs from external forks of the project by comparing the repository url of the pull request to the repository url of the workflow run.
See Gamesight/slack-workflow-status#38
The text was updated successfully, but these errors were encountered: