New action request: github/ghas-jira-integration #16
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 on new issue | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
tag-a-user: | |
runs-on: ubuntu-latest | |
if: (github.repository == 'rajbos/github-actions-requests') | |
steps: | |
- uses: devops-actions/[email protected] | |
name: Tag a user or team in an issue comment | |
with: | |
issue: ${{ github.event.issue.number }} | |
team: 'rajbos' | |
owner: ${{ github.repository_owner }} | |
repo: ${{ github.repository }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |