Skip to content

New action request: github/ghas-jira-integration #16

New action request: github/ghas-jira-integration

New action request: github/ghas-jira-integration #16

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 }}