Skip to content

Commit d250926

Browse files
authored
chore(gh): update milestone closed workflow (#2467)
- Update workflow permissions. - Update URL. Signed-off-by: Ryan Johnson <[email protected]>
1 parent 51abedc commit d250926

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
1+
---
12
name: Closed Milestones
23

34
on:
45
milestone:
56
types: [closed]
67

78
permissions:
8-
issues: write
9-
pull-requests: write
9+
contents: read
1010

1111
jobs:
12-
Comment:
12+
comment:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
issues: write
16+
pull-requests: write
1417
steps:
1518
- uses: bflad/action-milestone-comment@4618cbf8bf938d31af1c576beeaaa77f486f5af3 # v2.0.0
1619
with:
1720
body: |
18-
This functionality has been released in [${{ github.event.milestone.title }} of the Terraform Provider](https://github.com/${{ github.repository }}/blob/${{ github.event.milestone.title }}/CHANGELOG.md). Please see the [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions) or reach out if you need any assistance upgrading.
21+
This functionality has been released in [${{ github.event.milestone.title }} of the Terraform Provider](https://github.com/${{ github.repository }}/blob/${{ github.event.milestone.title }}/CHANGELOG.md). Please see the [Terraform documentation on provider versioning](https://developer.hashicorp.com/terraform/language/providers/configuration#provider-versions) or reach out if you need any assistance upgrading.
1922
2023
For further feature requests or bug reports with this functionality, please create a [new GitHub issue](https://github.com/${{ github.repository }}/issues/new/choose) following the template. Thank you!

0 commit comments

Comments
 (0)