Skip to content

Commit

Permalink
chore(ci): Some refactor to several workflows
Browse files Browse the repository at this point in the history
:: Dependabot
  * Changed the interval to check for update of pip's deps to 'weekly'
  * Changed the label for GH Actions updates to 'chore'

:: Release Drafter
  * Added 'chore' label for all changes within '.github' directory
  * Fixed bad variable use
  • Loading branch information
mitsuki31 committed Dec 5, 2023
1 parent 35b5ecb commit 2cc3bef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
- package-ecosystem: "pip"
directory: "/" # Search for "requirements.txt" on root directory
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "pip"
include: "scope"
Expand All @@ -28,7 +28,7 @@ updates:
prefix: "GH Actions"
include: "scope"
labels:
- "dependencies"
- "chore"
assignees:
- "mitsuki31"

Expand Down
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ autolabeler:
branch:
- '/feature\/.+/'
- '/features\/.+/'
- label: 'chore'
files:
- '.github/**/*'

# Changes on Java code
- label: 'lang:java'
Expand Down Expand Up @@ -95,7 +98,7 @@ template: |
🛡️ [VirusTotal][virustotal] Scan Detections:
- jmatrix-$RESOLVED_VERSION.jar
- jmatrix-$RESOLVED_VERSION_with_sources.jar
- jmatrix-${RESOLVED_VERSION}_with_sources.jar
<!-- LINKS -->
Expand Down

0 comments on commit 2cc3bef

Please sign in to comment.