Skip to content

Commit

Permalink
Merge pull request #28 from discoverygarden/feature/dependabot
Browse files Browse the repository at this point in the history
TWM-16: Updating with dependency update messaging
  • Loading branch information
nchiasson-dgi authored Aug 17, 2023
2 parents 1b93b87 + 0cb533f commit 8c26ee7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "auto-semver"
- dependency-name: "CodeSniffer"
- dependency-name: "create-issue"
22 changes: 22 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
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 }}
4 changes: 0 additions & 4 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8c26ee7

Please sign in to comment.