Skip to content

Commit f5f7efd

Browse files
Merge pull request #6 from fuelviews/development
Development
2 parents 72e8b76 + c04182e commit f5f7efd

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ updates:
88
directory: '/'
99
schedule:
1010
interval: 'daily'
11+
target-branch: development

.github/workflows/auto-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Auto Tag and Release
22

33
on:
4-
push:
54
pull_request:
65
types: [closed]
76
branches:
@@ -14,14 +13,14 @@ jobs:
1413
permissions:
1514
contents: write
1615
steps:
17-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1817
with:
1918
ref: ${{ github.event.pull_request.merge_commit_sha }}
2019
fetch-depth: '0'
2120

2221
- name: Bump version and push tag
2322
id: bump_version
24-
uses: anothrNick/github-tag-action@1.64.0
23+
uses: anothrNick/github-tag-action@1.67.0
2524
env:
2625
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2726
DEFAULT_BUMP: patch

.github/workflows/dependabot-auto-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Dependabot auto pr merge
22

33
on:
4-
push:
54
pull_request:
6-
types: [ opened ]
5+
types: [opened]
76
branches:
87
- main
98

@@ -34,4 +33,4 @@ jobs:
3433
run: gh pr merge --auto --squash "$PR_URL"
3534
env:
3635
PR_URL: ${{ github.event.pull_request.html_url }}
37-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.

0 commit comments

Comments
 (0)