[Logging] : Log less page details when making an unauthorized GraphQL request for a working page (edit mode) #774
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Post Issue Edited | |
on: | |
issues: | |
types: [edited, labeled] | |
jobs: | |
frontend-notify: | |
name: Issue Resolve Actions | |
if: success() | |
uses: ./.github/workflows/issue_comp_frontend-notify.yml | |
secrets: | |
CI_MACHINE_USER: ${{ secrets.CI_MACHINE_USER }} | |
CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }} | |
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} |