Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit d4da71b

Browse files
committed
Add add-to-project.yaml
1 parent 1d2c353 commit d4da71b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Based on
2+
# - https://github.com/srggrs/assign-one-project-github-action
3+
4+
name: Auto Assign issue to project
5+
6+
on:
7+
issues:
8+
types:
9+
- reopened
10+
- opened
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.SENZING_GITHUB_ACCESS_TOKEN }}
13+
14+
jobs:
15+
assign_one_project:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- name: Assign issues to project
19+
uses: Senzing/github-action-add-issue-to-project@main
20+
with:
21+
project: 'https://github.com/orgs/Senzing/projects/2'
22+
column_name: 'Backlog'

0 commit comments

Comments
 (0)