Skip to content

Commit

Permalink
CLDR-17803 docs/site: add label
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 28, 2024
1 parent 479850c commit 20ae6fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ jobs:
repo: context.repo.repo,
body: '✨ deployed to <${{ steps.deploy.outputs.deployment-url }}>'
})
github.rest.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['Site Update']
})

0 comments on commit 20ae6fa

Please sign in to comment.