diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f90b04e..7a1ed14 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,8 +12,12 @@ updates: interval: "weekly" day: wednesday open-pull-requests-limit: 2 - rebase-strategy: "disabled" + rebase-strategy: "disabled" commit-message: prefix: "[INFRA] gha -" + labels: + - dependencies + - github_actions + - skip-changelog reviewers: - process-analytics/pa-collaborators diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 2583a64..0000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,53 +0,0 @@ -name-template: '$NEXT_PATCH_VERSION' -tag-template: 'v$NEXT_PATCH_VERSION' -prerelease: false -categories: - - title: 🚀 Improvements - labels: - - enhancement - - title: 🐛 Bug Fixes - labels: - - bug - - title: 📝 Documentation - label: documentation - - title: 👻 Maintenance - labels: - - infra:build - - infra:refactoring - - infra:repo - - chore - - internal - - title: 📦 Dependency updates - collapse-after: 5 - labels: - - dependencies -exclude-labels: - - invalid - - no-changelog - - skip-changelog - - reverted - - wontfix -# Exclude specific usernames from the generated $CONTRIBUTORS variable. -# https://github.com/release-drafter/release-drafter/tree/master#exclude-contributors -exclude-contributors: - - 'dependabot' - - 'dependabot[bot]' -template: | - **TODO: add a short description about the release content - important for url preview** - This new release focuses on .... **or something similar** - - **TODO: review the contributors list (remove ALL bots and avoid duplicates)** - Thanks to all the contributors of this release 🌈: $CONTRIBUTORS - - **TODO: add milestone id when publishing** - See [milestone $NEXT_PATCH_VERSION](https://github.com/process-analytics/bpmn-visualization-R/milestone/x?closed=1) to get the list of issues covered by this release. - - # Highlights - - **TODO: add screenshots and user oriented info** - - # What's Changed - $CHANGES - - **TODO: check previous and next tag in the link below** - **Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION diff --git a/.github/workflows/fill-gh-draft-release.yml b/.github/workflows/fill-gh-draft-release.yml index 686be7a..7d4ff3a 100644 --- a/.github/workflows/fill-gh-draft-release.yml +++ b/.github/workflows/fill-gh-draft-release.yml @@ -15,6 +15,7 @@ jobs: contents: write steps: # Drafts your next Release notes as Pull Requests are merged into "main" + # The configuration file is shared in https://github.com/process-analytics/.github/ - uses: release-drafter/release-drafter@v5.20.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}