Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit d76ef28

Browse files
authored
Allow IT job to update PR status (#1334)
<!-- A note on testing your PR --> <!-- Basic unit test run is executed against each commit in the PR. If you want to run a full integration test suite, you can trigger it by commenting with '/run-integration-tests' -->
1 parent 14c022b commit d76ef28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Integration tests
22

3+
permissions:
4+
contents: read
5+
pull-requests: read
6+
statuses: write
7+
38
on:
49
push:
510
branches: [ "main" ]

0 commit comments

Comments
 (0)