Skip to content

Commit

Permalink
Add releasability action (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-beleites-sonarsource authored Jul 12, 2024
1 parent 1aa48cd commit a7b44be
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/releasability.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Releasability status

on:
workflow_dispatch:

jobs:
update_releasability_status:
runs-on: ubuntu-latest
name: Releasability status
permissions:
id-token: write
statuses: write
contents: read
steps:
- uses: SonarSource/gh-action_releasability/releasability-status@23c9ad31b2d613bade88da898dfdca0b5c65ac69 # v1.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a7b44be

Please sign in to comment.