Skip to content

Commit a7b44be

Browse files
Add releasability action (#427)
1 parent 1aa48cd commit a7b44be

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/releasability.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Releasability status
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
update_releasability_status:
8+
runs-on: ubuntu-latest
9+
name: Releasability status
10+
permissions:
11+
id-token: write
12+
statuses: write
13+
contents: read
14+
steps:
15+
- uses: SonarSource/gh-action_releasability/releasability-status@23c9ad31b2d613bade88da898dfdca0b5c65ac69 # v1.2.1
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)