chore: bump @progress/wct-a11y-spec from 2.15.0 to 2.16.0 in /src-a11y #1060
Workflow file for this run
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: Comment PR Procedures | |
on: | |
pull_request: | |
branches: [master] | |
types: | |
- labeled | |
jobs: | |
post_comment_master: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Create branch comment | |
if: ${{ github.base_ref == 'master' && contains(join(github.event.pull_request.labels.*.name, ''), 'merge-to-production') }} | |
uses: peter-evans/create-or-update-comment@v1 | |
with: | |
issue-number: ${{github.event.number}} | |
body: | | |
Hello @${{github.actor}}, | |
Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually. | |
- [x] create PR to production |