We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18211b3 + a2245f9 commit 382385dCopy full SHA for 382385d
.github/workflows/auto-merge.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
auto-merge:
8
name: Merge Automatically
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
10
if: github.actor == 'dependabot[bot]'
11
steps:
12
- name: Checkout
@@ -15,4 +15,4 @@ jobs:
15
- name: Prepare Auto Merge
16
uses: ahmadnassri/action-dependabot-auto-merge@v2
17
with:
18
- github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
+ github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
.github/workflows/release-drafter.yml
@@ -9,7 +9,7 @@ on:
release:
name: Update Release
13
14
- name: Publish Release
uses: release-drafter/release-drafter@v6
0 commit comments