GitLab group lookup fails when group name is different than path #637
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: devrel automation | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
auto-assign: | |
if: ${{ github.event.label.name == 'docs' }} | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Auto-assign issues to a project' | |
uses: actions/[email protected] | |
with: | |
project-url: https://github.com/orgs/kubefirst/projects/2 | |
github-token: ${{ secrets.KUBEFIRST_DEVREL_TOKEN }} |