Skip to content

[POP-2916] Change intra_batch_rule to AND #5952

[POP-2916] Change intra_batch_rule to AND

[POP-2916] Change intra_batch_rule to AND #5952

Workflow file for this run

name: Release Drafter
on:
push:
paths-ignore:
- 'adr/**'
- 'deploy/**'
- '.github/**'
branches:
- main
pull_request:
paths-ignore:
- 'adr/**'
- 'deploy/**'
- '.github/**'
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
update_release_draft:
timeout-minutes: 20
name: Update Release Draft
runs-on:
labels: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5
env:
GITHUB_TOKEN: ${{ github.token }}