I18n: Add milestone automatically to Crowdin PRs (#84253)

* refactor: add milestone automatically

* refactor: remove step for extracting pr number

* refactor: milestone step
This commit is contained in:
Laura Benz 2024-03-15 16:14:11 +01:00 committed by GitHub
parent d4b3877eb8
commit 7e5ce8fc20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -113,3 +113,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
- name: Run auto-milestone
uses: grafana/grafana-github-actions-go/auto-milestone@main
if: steps.crowdin-download.outputs.pull_request_url
with:
pr: ${{ steps.crowdin-download.outputs.pull_request_number }}
token: ${{ secrets.GITHUB_TOKEN }}