Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
28754c93
Unverified
Commit
28754c93
authored
3 years ago
by
Eyar Zilberman
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
feat: add workflow for assigning issues to project (#282)
parent
0631a9bf
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/auto-assign-project.yaml
+20
-0
.github/workflows/auto-assign-project.yaml
with
20 additions
and
0 deletions
+20
-0
.github/workflows/auto-assign-project.yaml
0 → 100644
+
20
-
0
View file @
28754c93
name
:
Auto Assign to Project
on
:
issues
:
types
:
[
labeled
]
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
jobs
:
assign_one_project
:
runs-on
:
ubuntu-latest
name
:
Assign to One Project
steps
:
-
name
:
Assign issues with `up for grabs` label to project `Datree`
uses
:
srggrs/assign-one-project-github-action@1.2.1
if
:
|
contains(github.event.issue.labels.*.name, 'up for grabs')
with
:
project
:
'
https://github.com/datreeio/datree/projects/2'
column_name
:
'
To
Do'
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help