[BUG] - acl
in vultr_user
causes endless updates due to ordering of acls
#1
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: notify-issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
issue: | |
runs-on: ubuntu-latest | |
name: New Issue Notification | |
steps: | |
- uses: mattermost/[email protected] | |
with: | |
MATTERMOST_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} | |
MATTERMOST_USERNAME: ${{ secrets.MATTERMOST_USERNAME}} | |
MATTERMOST_ICON_URL: ${{ secrets.MATTERMOST_ICON }} | |
TEXT: "${{ github.repository }}: New Issue https://github.com/${{ github.repository }}/issues/${{ github.event.issue.number }}" |