Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Overhang.IO committed Jan 12, 2024
2 parents ff4a302 + ab158fb commit ca4d0bb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Auto Add Issues and Pull Requests to Project

on:
pull_request:
types:
- opened
issues:
types:
- opened


jobs:
add-to-project:
name: Add issue and bugs to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ github.token }}

0 comments on commit ca4d0bb

Please sign in to comment.