Skip to content

Commit

Permalink
ci: update GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <[email protected]>
  • Loading branch information
donniean committed Aug 1, 2024
1 parent 411c53a commit 7955467
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 25 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/dependabot.auto-merge.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/dependencies.bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ on:
workflow_dispatch:

jobs:
dependencies-bump:
bump:
uses: donniean/collections/.github/workflows/dependencies.bump.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
7 changes: 7 additions & 0 deletions .github/workflows/pull-requests.auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Pull Requests Auto-Merge
on:
push:

jobs:
auto-merge:
uses: donniean/collections/.github/workflows/pull-requests.auto-merge.yml@main
11 changes: 4 additions & 7 deletions .github/workflows/pull-requests.auto-update.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Pull Requests Auto-Updates
name: Pull Requests Auto-Update
on:
push:

jobs:
auto-update:
runs-on: ubuntu-latest
steps:
# cspell:disable-next-line
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
uses: donniean/collections/.github/workflows/pull-requests.auto-update.yml@main
secrets:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 7955467

Please sign in to comment.