Skip to content

Commit

Permalink
Dependabot & Upstream build-tag-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler committed Dec 18, 2024
1 parent ca57c6e commit d71954d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 39 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ updates:
day: tuesday
target-branch: "develop"
open-pull-requests-limit: 99
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
25 changes: 25 additions & 0 deletions .github/workflows/build-tag-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build, Tag, and Release
on:
push:
branches:
- 'master'

permissions:
pull-requests: write
contents: write

jobs:
tag:
name: Tag and Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build, tag, and release
uses: pantheon-systems/plugin-release-actions/build-tag-release@main
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
build_node_assets: "true"
build_composer_assets: "true"
generate_release_notes: "true"
draft: "true"
39 changes: 0 additions & 39 deletions .github/workflows/build-tag.yml

This file was deleted.

0 comments on commit d71954d

Please sign in to comment.