Skip to content

Update dependency org.jenkins-ci.plugins:plugin to v6.2152.ve00a_731c… #621

Update dependency org.jenkins-ci.plugins:plugin to v6.2152.ve00a_731c…

Update dependency org.jenkins-ci.plugins:plugin to v6.2152.ve00a_731c… #621

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
jobs:
update_release_draft:
# Only draft release notes on the repo in the jenkinsci GitHub organization
if: ${{ github.repository_owner == 'jenkinsci' }}
runs-on: ubuntu-latest
steps:
# https://github.com/release-drafter/release-drafter/issues/871#issuecomment-3686135188
- name: Wait for 15 seconds to ensure GraphQL consistency
shell: bash
run: sleep 15s
# Drafts your next Release notes as Pull Requests are merged into "master"
- name: Release Drafter
uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}