GitHub Action workflows for reuse written in Kotlin.
This will approve a pull-request when the owner (wmontwe) comments with 👍
name: CI - Auto approve
on:
issue_comment:
types:
- created
jobs:
auto-approve:
uses: bitfunk/action-workflows/.github/workflows/owner-auto-approve.yaml@main
We use GitHub Actions Kotlin DSL to write our GitHub Action workflows.
Open the Kotlin scripts in IntelliJ IDEA and change them to your needs. Run them once to generate the corresponding yaml representation. Commit and push your changes.