Skip to content

Update dependency io.github.sparsick.testcontainers.gitserver:testcon… #755

Update dependency io.github.sparsick.testcontainers.gitserver:testcon…

Update dependency io.github.sparsick.testcontainers.gitserver:testcon… #755

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 }}