Skip to content

feat(github-action)!: Update renovatebot/github-action action to v41.0.5 #1515

feat(github-action)!: Update renovatebot/github-action action to v41.0.5

feat(github-action)!: Update renovatebot/github-action action to v41.0.5 #1515

---
name: "Create GH issues based on TODO comments"
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- name: Generate Token
uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
- name: Checkout
uses: actions/checkout@v3
- name: Create Github Issue from TODO comments
uses: alstr/todo-to-issue-action@v4.7
id: "todo"
with:
token: "${{ steps.generate-token.outputs.token }}"