Skip to content

fix: update project url #5

fix: update project url

fix: update project url #5

name: Add New Issue or PR to Project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add_to_project:
runs-on: ubuntu-latest
steps:
- name: Add issue to project
if: github.event_name == 'issues'
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/ls1intum/projects/75/views/1
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Add pull request to project
if: github.event_name == 'pull_request'
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/ls1intum/projects/75/views/1
github-token: ${{ secrets.GITHUB_TOKEN }}