We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I was trying to use your action as scheduled task, because wasting GH minutes each time I move 1 card doesn't seem to attractive. My workflow:
name: 'Sync issue status' on: schedule: - cron: '30 18 * * 1-5' workflow_dispatch: permissions: repository-projects: read issues: write pull-requests: write jobs: action: runs-on: ubuntu-latest steps: - uses: dessant/issue-states@v2
This is failing. Any way to make it work?
The text was updated successfully, but these errors were encountered:
The action does not support batch processing, I'll try to find time early next year to implement the feature.
Sorry, something went wrong.
Hi,
Here's an implementation that operates with a scheduler: https://github.com/marketplace/actions/auto-close-open-issues Special thanks to dessant for the inspiration.
No branches or pull requests
Hello, I was trying to use your action as scheduled task, because wasting GH minutes each time I move 1 card doesn't seem to attractive. My workflow:
This is failing. Any way to make it work?
The text was updated successfully, but these errors were encountered: