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

Reminders not working on my own (private) repo #175

Closed
smileBeda opened this issue Mar 12, 2024 · 2 comments
Closed

Reminders not working on my own (private) repo #175

smileBeda opened this issue Mar 12, 2024 · 2 comments

Comments

@smileBeda
Copy link

smileBeda commented Mar 12, 2024

I have added the yml file with these contents to my .github/workflows/main.yml file in the private repo

name: Issue Management Workflow

 on:
   schedule:
     - cron: '0 9 * * *' # This line sets a schedule for the action to run. This example would run every day at 9:00 AM.

 jobs:
   reminder:
     runs-on: ubuntu-latest
     steps:
       - name: Issue Reminder
         uses: agrc/[email protected]

I then added a comment to an issue /remind me of this tomorrow which did not work. It did not work.

I tried a similar one on the very repo here (#9) and it worked.

I then copied the issues comment yml and scheduled yml files from this very repo to my own, tried the /remind me of this in 5 seconds there... did not work.

What am I doing wrong?

@stdavis
Copy link
Member

stdavis commented Mar 12, 2024

Can you confirm that the actions are running in your private repo? Maybe that's something extra that you have to pay for?

@smileBeda
Copy link
Author

Hummm, I got to the actions settings and saw that it had restricted access, changed that and I got a comment in the issue such as "user has set reminder to..."
Now waiting for the actual reminder to kick in (as it is far down in the future)

Thanks...

@steveoh steveoh closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 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

3 participants