asmdefs/aarch64: Make header compatible with Cygwin #17
Workflow file for this run
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: New contributors | |
| on: [pull_request_target] | |
| jobs: | |
| greeting: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| pr-message: "Thank you for your contribution to Arm's optimized routines. Contribution to this repository does require a signed contributor's license agreement. See [contributor-agreement.pdf](/ARM-software/optimized-routines/blob/master/contributor-agreement.pdf) for details" |