Skip to content

Update versions in README #93

Update versions in README

Update versions in README #93

Workflow file for this run

name: Add issues and PRs to project
on:
issues:
types:
- opened
- transferred
pull_request:
types:
- opened
jobs:
add-to-pbb-project:
name: Add issues and PRs to pbb project
uses: bewuethr/workflows/.github/workflows/addtoproject.yml@main
with:
project-url: https://github.com/users/bewuethr/projects/2
secrets:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
add-to-hobbyist-project:
name: Add issues to hobbyist project
if: github.event_name == 'issues'
uses: bewuethr/workflows/.github/workflows/addtoproject.yml@main
with:
project-url: https://github.com/users/bewuethr/projects/1
secrets:
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}