Skip to content

Commit 1a2a0a4

Browse files
updated addToProject workflow
1 parent 620e643 commit 1a2a0a4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/addToProject.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ name: Auto Assign to Project(s)
44
on:
55
issues:
66
types: [opened, edited, milestoned]
7-
pull_request_target:
8-
types: [opened, edited, milestoned]
97
env:
108
MY_GITHUB_TOKEN: ${{ secrets.APM_TECH_USER_TOKEN }}
119

@@ -21,10 +19,3 @@ jobs:
2119
project: 'https://github.com/orgs/elastic/projects/454'
2220
project_id: '5882982'
2321
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)