We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313b865 commit 4fd2801Copy full SHA for 4fd2801
.github/workflows/release.yml
@@ -75,7 +75,5 @@ jobs:
75
with:
76
publish: ${{ steps.check-version.outputs.tag != '' }}
77
tag: ${{ steps.check-version.outputs.tag }}
78
- exclude-contributors:
79
- - "dependabot"
80
env:
81
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/tests.yml
@@ -121,7 +121,6 @@ jobs:
121
${{ steps.pre-commit-cache.outputs.result }}-
122
123
- name: Run Nox
124
- uses: wntrblm/nox
125
run: |
126
nox --force-color --python=${{ matrix.python-version }}
127
0 commit comments