Skip to content

Commit 6c474c4

Browse files
updated addToProject workflow
1 parent c830b39 commit 6c474c4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/addToProject.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
21
name: Auto Assign to Project(s)
32

43
on:
54
issues:
65
types: [opened, edited, milestoned]
7-
pull_request_target:
8-
types: [opened, edited, milestoned]
96
env:
107
MY_GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
118

@@ -21,10 +18,3 @@ jobs:
2118
project: 'https://github.com/orgs/elastic/projects/454'
2219
project_id: '5882982'
2320
column_name: 'Planned'
24-
- name: Assign new pull requests to project
25-
uses: elastic/[email protected]
26-
if: github.event.action == 'opened' && github.event.pull_request
27-
with:
28-
project: 'https://github.com/orgs/elastic/projects/454'
29-
project_id: '5882982'
30-
column_name: 'In Progress'

0 commit comments

Comments
 (0)