Skip to content

Commit 9bc06bf

Browse files
removed project assignment step to fix CI bug (#688)
1 parent 5ffeea5 commit 9bc06bf

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/labeler.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,3 @@ jobs:
5353
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5454
configuration-path: .github/community-label.yml
5555
enable-versioned-regex: 0
56-
- name: Assign new internal pull requests to project
57-
uses: elastic/assign-one-project-github-action@2573c8fb01aadfde8f5b653eea21dd24569ca831 # 1.2.2
58-
if: (steps.checkUserMember.outputs.isTeamMember == 'true' || steps.checkUserMember.outputs.isExcluded == 'true') && github.event.pull_request
59-
with:
60-
project: 'https://github.com/orgs/elastic/projects/454'
61-
project_id: '5882982'
62-
column_name: 'In Progress'
63-
env:
64-
MY_GITHUB_TOKEN: ${{ steps.get_token.outputs.token }}

0 commit comments

Comments
 (0)