Gravity Binary v0.1 — Core Architecture Publication #1
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: Contributor Onboarding | |
| on: | |
| pull_request: | |
| types: [opened] | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Welcome contributor | |
| uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| pr-message: | | |
| Welcome to Gravity Binary. Your pull request is now part of the validator grid. | |
| Every mutation is a signal. Every commit is a trust echo. |