Skip to content

Adnuntius Bid Adaptor: Enable choosing bidType for cpm. (#10446) #21

Adnuntius Bid Adaptor: Enable choosing bidType for cpm. (#10446)

Adnuntius Bid Adaptor: Enable choosing bidType for cpm. (#10446) #21

name: Release Drafter
on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
permissions:
contents: read
jobs:
update_release_draft:
permissions:
contents: write # for release-drafter/release-drafter to create a github release
pull-requests: write # for release-drafter/release-drafter to add label to PR
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
with:
config-name: release-drafter.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}