mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
4de76c4c8e
The Action token may or may not work, no way to test without trying Signed-off-by: Ekaterina Gerasimova <kittykat3756@gmail.com>
16 lines
339 B
YAML
16 lines
339 B
YAML
name: Move new issues into Issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
automate-project-columns:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: alex-page/github-project-automation-plus@v0.8.1
|
|
with:
|
|
project: Issue triage
|
|
column: Incoming
|
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|