Skip to content

Comment PR newly made tags #9

Comment PR newly made tags

Comment PR newly made tags #9

Workflow file for this run

---
name: Bot Pull-Request Ticket
on:
pull_request:
types: [opened]
permissions:
pull-requests: write
repository-projects: read
checks: read
contents: read
actions: read
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' }}
steps:
- name: Create Issue
uses: discoverygarden/create-issue@v1
with:
project: IT
summary: "${{ github.event.pull_request.title }}"
description: |
generated a PR to update a dependency.
transition: "Request QA Review"
deployment-instructions: "N/A"
jira-url: ${{ vars.JIRA_BASE_URL }}
jira-user: ${{ vars.JIRA_USER_EMAIL }}
jira-token: ${{ secrets.JIRA_API_TOKEN }}
slack-webhook: ${{ secrets.FEED_WORKFLOW_WEBHOOK }}