fix: update milestone action

This commit is contained in:
diced 2023-03-27 16:41:00 -07:00
parent a728d71da1
commit e5a07f568d
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1

View file

@ -15,7 +15,7 @@ jobs:
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
const milestone = 2
const milestone = 3
github.issues.update({
issue_number: context.issue.number,
owner: context.repo.owner,