mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add gh action for processing issues
This commit is contained in:
parent
1360f17202
commit
dd8d1ea23f
1 changed files with 16 additions and 0 deletions
16
.github/workflows/github_action_issue_to_project.yml
vendored
Normal file
16
.github/workflows/github_action_issue_to_project.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Automatically add issue to project view
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
add-to-project:
|
||||
name: Add issue to project view
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/add-to-project@v1
|
||||
with:
|
||||
project-url: https://github.com/orgs/evennia/projects/1
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue