Skip to content

Auto-Release - [🩹 Configure Dependabot for daily schedule with 7-day cooldown #18] by @MariusStorhaug #87

Auto-Release - [🩹 Configure Dependabot for daily schedule with 7-day cooldown #18] by @MariusStorhaug

Auto-Release - [🩹 Configure Dependabot for daily schedule with 7-day cooldown #18] by @MariusStorhaug #87

Workflow file for this run

name: Auto-Release
run-name: "Auto-Release - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"
on:
pull_request_target:
branches:
- main
types:
- closed
- opened
- reopened
- synchronize
- labeled
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write # Required to create releases
pull-requests: write # Required to create comments on the PRs
jobs:
Auto-Release:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Auto-Release
uses: PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 # v1.9.5
env:
GITHUB_TOKEN: ${{ github.token }}