You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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)
I have added the yml file with these contents to my
.github/workflows/main.yml
file in the private repoI 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?
The text was updated successfully, but these errors were encountered: