mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-19 00:22:21 +01:00
ci: add issue sync to bec project
This commit is contained in:
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 }}
|
||||||
Reference in New Issue
Block a user