Skip to content

Commit

Permalink
πŸ”„ synced file(s) with klaasnicolaas/github-config (#529)
Browse files Browse the repository at this point in the history
* πŸ”„ synced local '.devcontainer/' with remote 'python_package/.devcontainer'

* πŸ”„ synced local '.github/' with remote 'github/'

* Remove old file
  • Loading branch information
klaasnicolaas committed Jun 29, 2024
1 parent 95b5a3b commit 9e1f782
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"settings": {
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
Expand All @@ -33,7 +34,7 @@
"coverage-gutters.xmlname": "coverage.xml",
"python.analysis.extraPaths": ["${workspaceFolder}/src"],
"python.defaultInterpreterPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.formatting.provider": "ruff",
"python.linting.enabled": true,
"python.linting.mypyEnabled": true,
"python.linting.pylintEnabled": true,
Expand Down
2 changes: 2 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ version-resolver:
template: |
## What's changed
_To receive a notification on new releases, click on **Watch** > **Custom** > **Releases** on the top._
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
7 changes: 2 additions & 5 deletions .github/workflows/pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ on:
workflow_call:

jobs:
pr_labels:
validate:
name: Verify
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: jesusvasquez333/verify-pr-[email protected].0
uses: klaasnicolaas/action-pr-[email protected].0
with:
pull-request-number: "${{ github.event.pull_request.number }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"
valid-labels: >-
breaking-change, bugfix, documentation, enhancement, sync,
refactor, performance, new-feature, maintenance, ci, dependencies
disable-reviews: true
File renamed without changes.

0 comments on commit 9e1f782

Please sign in to comment.