Skip to content

Bump org.jetbrains.dokka:android-documentation-plugin from 1.8.10 to 1.9.0 #2124

Bump org.jetbrains.dokka:android-documentation-plugin from 1.8.10 to 1.9.0

Bump org.jetbrains.dokka:android-documentation-plugin from 1.8.10 to 1.9.0 #2124

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Thanks for the issue !"
pr-message: "Thanks for the PR ;-)"