Use of deployment scripts prohibit locking down Storage Accounts #573
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: Auto - Greet | |
on: [pull_request_target, issues] | |
jobs: | |
GreetBot: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/[email protected] | |
continue-on-error: true | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: "Thanks for raising your first issue, the team appreciates the time you have taken 😉" | |
pr-message: "Thank you for the contribution, one of the team will evaluate shortly." |