Skip to content

Commit

Permalink
Add workflow to automatically set project (OpenSlides#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister authored Jan 14, 2023
1 parent 580af57 commit 225a53a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/set-project.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Set project
on:
issues:
types: [opened]
pull_request:
types: [opened]
pull_request_target:
types: [opened]

jobs:
set-project:
name: 'Set project'
runs-on: ubuntu-latest
steps:
- name: Set project
uses: actions/[email protected]
with:
project-url: https://github.com/orgs/OpenSlides/projects/2
github-token: ${{ secrets.ISSUE_AND_PR_PAT }}

0 comments on commit 225a53a

Please sign in to comment.