Skip to content

Update dependency io.jenkins.tools.bom:bom-2.516.x to v6210 (#1753) #572

Update dependency io.jenkins.tools.bom:bom-2.516.x to v6210 (#1753)

Update dependency io.jenkins.tools.bom:bom-2.516.x to v6210 (#1753) #572

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@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}