Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use built-in GITHUB_API_URL #28

Closed
wants to merge 1 commit into from
Closed

Conversation

erodewald
Copy link

Fix: #27

My bog-standard configuration used in a GHES instance to verify it:

    - uses: erodewald/pr-size-labeler@master
      with:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        xs_max_size: '10'
        s_max_size: '100'
        m_max_size: '500'
        l_max_size: '1000'
        fail_if_xl: false

@johnlk
Copy link
Collaborator

johnlk commented Apr 16, 2024

I think it's safe to say that this issue was resolved with the github context: #62

@johnlk johnlk closed this Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Github API url is not necessary
2 participants