Skip to content

[patch] fixing some test artifact linking issues by using kotlin("test") #464

[patch] fixing some test artifact linking issues by using kotlin("test")

[patch] fixing some test artifact linking issues by using kotlin("test") #464

Workflow file for this run

name: Autorebase
on:
push:
branches-ignore:
- rebase-pull-request**
- cherry-pick-rebase-pull-request**
pull_request:
types: [labeled]
jobs:
auto-rebase:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: Label305/AutoRebase@v0.1
with:
github_token: ${{ secrets.TESTMINTS_PAT }}