Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Autoupdate GH actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Sep 13, 2023
1 parent 609cb0b commit d4d0f27
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 28 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ updates:
schedule:
interval: daily
target-branch: "dev"
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
target-branch: 'dev'
5 changes: 4 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
dev:
- any: ['!go.mod', '!go.sum']
- '**'
- '**/.*'
- '**/.*/**'
- '**/.*/**/.*'
21 changes: 0 additions & 21 deletions .github/workflows/pr-comment.yml

This file was deleted.

11 changes: 5 additions & 6 deletions .github/workflows/pr-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ on:
pull_request_target:

jobs:

# label with "dev" to enable PR filtering
label:
permissions:
contents: read
pull-requests: write
contents: read
pull-requests: write
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.RELEASER_PAT }}'
- id: label-the-PR
uses: actions/labeler@v4

# automerge successful dependabot PRs
dependabot:
Expand Down

0 comments on commit d4d0f27

Please sign in to comment.