项目作者: reececomo

项目描述 :
Notify Slack when JIRA tickets have been deployed
高级语言: Shell
项目地址: git://github.com/reececomo/notify-slack-deployed-jira-tickets.git
创建时间: 2019-09-17T12:04:28Z
项目社区:https://github.com/reececomo/notify-slack-deployed-jira-tickets

开源协议:MIT License

下载


notify-slack-deployed-jira-tickets

GitHub Action to notify Slack when JIRA tickets have been deployed.

  • Counts all JIRA tickets mentioned in commit messages since the previous tag.
  • JIRA ticket mentions must be in the format: BOARD-123

Variables

Usage example

  1. - name: Notify Slack about JIRA tickets that have been deployed
  2. uses: reececomo/notify-slack-deployed-jira-tickets
  3. env:
  4. SLACK_WEBHOOK_URL: '...'
  5. JIRA_PREFIX: '...'

Credits