mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-06 03:40:41 +02:00
ci: add issue sync to bec project
This commit is contained in:
parent
a069243df7
commit
e47472d886
16
.github/workflows/add-issues.yml
vendored
Normal file
16
.github/workflows/add-issues.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Add issues to the BEC project
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v1.0.2
|
||||
with:
|
||||
project-url: https://github.com/orgs/bec-project/projects/3
|
||||
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT }}
|
Loading…
x
Reference in New Issue
Block a user