Skip to content

Commit

Permalink
Merge pull request #6 from fuelviews/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
thejmitchener authored Nov 10, 2023
2 parents 72e8b76 + c04182e commit f5f7efd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ updates:
directory: '/'
schedule:
interval: 'daily'
target-branch: development
5 changes: 2 additions & 3 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Auto Tag and Release

on:
push:
pull_request:
types: [closed]
branches:
Expand All @@ -14,14 +13,14 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}
fetch-depth: '0'

- name: Bump version and push tag
id: bump_version
uses: anothrNick/github-tag-action@1.64.0
uses: anothrNick/github-tag-action@1.67.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/dependabot-auto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Dependabot auto pr merge

on:
push:
pull_request:
types: [ opened ]
types: [opened]
branches:
- main

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

0 comments on commit f5f7efd

Please sign in to comment.