Version 4.0.0 π
·
183 commits
to refs/heads/main
since this release
π₯ Breaking Changes
There is a breaking change in the stale action and the reusable release drafter now requires an explicit token to make users aware of the behavior of the GITHUB_TOKENS, as no further action is triggered on use.
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
<your parameters>
secrets:
token: ${{ <your-token> }}
Or you can use the credentials of a GitHub app:
update_release_draft:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
with:
<your parameters>
secrets:
app_id: ${{ <your-app-id> }}
private_key: ${{ <your-private-key> }}
Changes
π Features
π Documentation
- π Update Readme Versions @github-actions (#207)
π¨ Dependencies
- chore(deps): bump Staffbase/testio-trigger-test-github-action from 1.2.1 to 1.3.0 @dependabot (#210)
- chore(deps): bump Staffbase/testio-trigger-test-github-action from 1.1.2 to 1.2.1 @dependabot (#209)
- chore(deps): bump actions/stale from 8.0.0 to 9.0.0 @dependabot (#208)