Skip to content

chore(deps): update dependency xunit.runner.visualstudio to 3.0.2 (#116) #179

chore(deps): update dependency xunit.runner.visualstudio to 3.0.2 (#116)

chore(deps): update dependency xunit.runner.visualstudio to 3.0.2 (#116) #179

Workflow file for this run

name: "TODOs"
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: Generate GitHub App Token
uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
- uses: "alstr/todo-to-issue-action@v5"
env:
AUTO_ASSIGN: true
CLOSE_ISSUES: true
PROJECT: user/devantler/4
PROJECTS_SECRET: ${{ steps.app-token.outputs.token }}