Skip to content

v3.103.0

v3.103.0 #55

---
name: Increment Milestone
on:
push:
tags:
- 'v*.*.*'
permissions:
issues: write
contents: read
jobs:
increment-milestone:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: "Increment Milestone"
shell: bash
run: bash ./scripts/increment-milestone.sh -u https://api.github.com/repos${{ github.owner }}/${{ github.repository }}/milestones -r ${{github.ref_name}} -t ${{secrets.GITHUB_TOKEN}}