Change sz_command to use scroll instead of page to be in sync with explorer #71
This file contains hidden or 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: Add labels standardized | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| permissions: | |
| issues: write | |
| jobs: | |
| add-issue-labels: | |
| secrets: | |
| ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }} | |
| SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }} | |
| uses: senzing-factory/build-resources/.github/workflows/add-labels-to-issue.yaml@v2 | |
| slack-notification: | |
| needs: [add-issue-labels] | |
| if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-issue-labels.outputs.job-status) }} | |
| secrets: | |
| SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} | |
| uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v2 | |
| with: | |
| job-status: ${{ needs.add-issue-labels.outputs.job-status }} |