We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffeea5 commit 9bc06bfCopy full SHA for 9bc06bf
.github/workflows/labeler.yml
@@ -53,12 +53,3 @@ jobs:
53
repo-token: "${{ secrets.GITHUB_TOKEN }}"
54
configuration-path: .github/community-label.yml
55
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