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

Request that a new minor version be published #81

Closed
anovadox opened this issue Feb 2, 2024 · 2 comments
Closed

Request that a new minor version be published #81

anovadox opened this issue Feb 2, 2024 · 2 comments
Assignees

Comments

@anovadox
Copy link
Contributor

anovadox commented Feb 2, 2024

Trying to use the enhancement I added, finding that even pointing the uses directly at the commit, I wasn't seeing the intended behavior:

    - name: Run stale_repos tool
      uses: github/stale-repos@5699b2bdeeb93744edade0d6fc9b73b1d811c0bc
      id: stale_repos
        GH_TOKEN: ${{ secrets.GH_RO_TOKEN }}
        EXEMPT_TOPICS: "keep,template"
        INACTIVE_DAYS: 365
        ACTIVITY_METHOD: "wrong"

This should have raised an exception in my calling workflow, but it kept on behaving like it did prior to the recent changes.

It looks like actions was pulling the container:

Pull down action image 'ghcr.io/github/stale_repos:v1'
  /usr/bin/docker pull ghcr.io/github/stale_repos:v1
  ...
  Digest: sha256:7944ed7c3bbf99a92f5400dfa691c3eb6bf2a5a8f72d80eb71a70d43c26128d7

Which I believe corresponds to the version released in November

Thank you for your help!

@zkoppert
Copy link
Member

zkoppert commented Feb 2, 2024

Working on it! Thanks for the reminder. :)

@zkoppert zkoppert closed this as completed Feb 2, 2024
@zkoppert zkoppert self-assigned this Feb 2, 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

No branches or pull requests

2 participants