Skip to content

Commit

Permalink
chore(github-actions) cleanup workflows to only have 1 release-drafte…
Browse files Browse the repository at this point in the history
…r generation

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 21, 2022
1 parent 342ca18 commit e7c995b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
target-branch: master
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
16 changes: 0 additions & 16 deletions .github/workflows/changelog.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Automates creation of Release Drafts using Release Drafter
# Note: additional setup is required, see https://github.com/jenkinsci/.github/blob/master/.github/release-drafter.adoc

name: Release Drafter
name: Release Drafter (Changelog)

on:
push:
Expand All @@ -12,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into the default branch
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v5.21.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e7c995b

Please sign in to comment.