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

Actions fails if rate Limit is not enabled #1156

Open
ggabijaa opened this issue Apr 27, 2024 · 1 comment
Open

Actions fails if rate Limit is not enabled #1156

ggabijaa opened this issue Apr 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ggabijaa
Copy link

ggabijaa commented Apr 27, 2024

Description:
When running action on schedule errors due to rateLimit. The actions is marked as successful but logs were showing errors:
image

Is this expected behavior? Should action error out when rateLimit, not enabled?

Action version: V9

Platform: Rocky Linux

Runner type: Self-hosted

Workfkow config:

name: Mark Stale Pull Requests

on:
  schedule:
    - cron: '0 1 * * *'

permissions:
  issues: write
  pull-requests: write


jobs:
  stale:
    runs-on: [self-hosted, rocky]
    steps:
      - uses: actions/stale@v9
        with:
          days-before-stale: 3
          stale-pr-label: 'stale'
          labels-to-remove-when-unstale: 'stale'
          days-before-close: -1
@ggabijaa ggabijaa added bug Something isn't working needs triage labels Apr 27, 2024
@HarithaVattikuti
Copy link

Hello @ggabijaa
Thank you for creating this issue. We will investigate it and get back to you as soon as we have some feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants