Skip to content

Do not apply git patches when using a brach based on but different than master while using Tutor Nightly #45

Do not apply git patches when using a brach based on but different than master while using Tutor Nightly

Do not apply git patches when using a brach based on but different than master while using Tutor Nightly #45

name: Auto Add Issues to Project
on:
issues:
types:
- opened
jobs:
# https://github.com/actions/add-to-project
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}