Skip to content

Version 4.0.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 13:17
· 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)