m1 missing leaping crossing ID #187
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: PR Comment Bot | |
on: | |
pull_request_target: | |
types: [opened, reopened] | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Leave a helpful comment on the PR | |
uses: thollander/actions-comment-pull-request@v2 | |
with: | |
message: | | |
Once this branch successfully builds, you will be able to try the branch out for yourself by changing the "branch" in your updater to "${{ github.head_ref }}" (without the quotes). | |
This setting can be found under the "Updates" tab. | |
Don't forget to change back when you are done testing. You should reset your branch either to 'stable' for normal releases, or 'master' for beta builds. | |
comment_tag: helpfulcomment |