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

Update close-issues.yml #6596

Merged
merged 1 commit into from
Dec 1, 2023
Merged

Update close-issues.yml #6596

merged 1 commit into from
Dec 1, 2023

Commits on Dec 1, 2023

  1. Update close-issues.yml

    I noticed the auto-labeling was working but not the auto-closing. Looking at recent actions runs I see that we need to specify the token even if we're not giving our own special token. See https://github.com/psf/requests/actions/runs/7057701782/job/19211845073#step:2:13 for additional context, namely
    
    ```
     gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
      env:
        GH_TOKEN: ${{ github.token }}
    ```
    sigmavirus24 authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    d6ffd86 View commit details
    Browse the repository at this point in the history