Skip to content

Commit

Permalink
Merge pull request #71 from natrontech/fix-sessions
Browse files Browse the repository at this point in the history
ci: do not run on dependabot
  • Loading branch information
janlauber authored Mar 22, 2024
2 parents 30da915 + 8a70314 commit 2f9f95c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: pull_request
jobs:
size-label:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.4.3"
Expand Down

0 comments on commit 2f9f95c

Please sign in to comment.