Skip to content

Codcar triggers, various improvements #190

Codcar triggers, various improvements

Codcar triggers, various improvements #190

Workflow file for this run

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