IT-496: Updating with auto-semver workflow #8
Workflow file for this run
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: Dependabot Pull-Request Ticket | |
on: pull_request | |
jobs: | |
dependabot: | |
runs-on: ubuntu-latest | |
if: ${{ github.actor == 'dependabot[bot]' }} | |
steps: | |
- name: Create Issue | |
uses: discoverygarden/create-issue@v1 | |
with: | |
project: SEC | |
summary: "[${{ github.repository }}] Workflow version update" | |
description: | | |
Update to github actions workflow. | |
transition: "Request QA Review" | |
deployment-instructions: "N/A" | |
jira-url: ${{ secrets.JIRA_BASE_URL }} | |
jira-user: ${{ secrets.JIRA_USER_EMAIL }} | |
jira-token: ${{ secrets.JIRA_API_TOKEN }} | |
slack-webhook: ${{ secrets.FEED_WORKFLOW_WEBHOOK }} |