Skip to content

Target sdk 35 and support edge to edge (#2095) #961

Target sdk 35 and support edge to edge (#2095)

Target sdk 35 and support edge to edge (#2095) #961

Workflow file for this run

name: Main
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
shell: bash -l {0}
jobs:
Build:
name: Build
permissions:
statuses: write
pull-requests: write
contents: write
uses: ./.github/workflows/_build.yml
ReleaseDraft:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: read
steps:
- name: Draft release notes
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}