SKALED-1900 release build with separate debug info #869
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 in PR | |
on: | |
pull_request: | |
types: [opened] | |
jobs: | |
main_job: | |
runs-on: ubuntu-latest | |
name: Add some useful instructions to PR creator | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: allthatjazzleo/actions-pull-request-add-comment@master | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
message: | | |
SUGGESTIONS BEFORE MERGE: | |
1. Build custom container here: https://github.com/skalenetwork/skaled/actions?query=workflow%3A%22Custom+Docker+and+Binary%22 | |
2. Test it here: https://github.com/skalenetwork/skale-ci-integration_tests/actions?query=workflow%3A%22Skaled+Nightly+Tests%22 | |
3. Edit VERSION file appropriately to your changes! | |
See https://skalelabs.atlassian.net/wiki/spaces/SKALE/pages/2444951553/Branching+instructions |