Skip to content

PubmaticBidAdapter: Read and pass gpid from ortb2imp.ext in API call … #3257

PubmaticBidAdapter: Read and pass gpid from ortb2imp.ext in API call …

PubmaticBidAdapter: Read and pass gpid from ortb2imp.ext in API call … #3257

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