Skip to content

Commit 64da25f

Browse files
authored
Merge pull request #5 from oracle-devrel/dipeshrath-patch-1
Create issue.yml
2 parents 2f6339d + 2652647 commit 64da25f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/issue.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CD3 Project automation for Issues
2+
3+
on:
4+
issues:
5+
types: [opened, edited, labeled, unlabeled, assigned, unassigned]
6+
7+
jobs:
8+
add-to-project:
9+
name: Add issue to project
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/[email protected]
13+
with:
14+
project-url: https://github.com/orgs/oracle-devrel/projects/2/views/1
15+
github-token: ${{ secrets.PROJECT_AUTOMATION_TOKEN }}

0 commit comments

Comments
 (0)