Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phw198 committed Nov 14, 2021
2 parents 5bf13d7 + 92ee440 commit 9fc14fa
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
38 changes: 38 additions & 0 deletions .github/workflows/dormant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time.
#
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Manage dormant issues

on:
workflow_dispatch:
inputs:
test-run:
description: 'Dry run only (y/n)?'
required: false
default: 'y'
schedule:
- cron: '30 8 * * *'

jobs:
stale:

runs-on: ubuntu-latest
permissions:
issues: write

steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-pr-stale: -1
days-before-issue-stale: 30
stale-issue-label: 'dormant'
only-labels: 'bug'
exempt-issue-labels: 'resolved,waiting fix confirmation,help wanted,backlog'
stale-issue-message: 'This issue has been marked dormant because the last update is at least 30 days ago. If no update is made with the next 7 days, the issue will be closed.'
days-before-close: 7
start-date: '2020-01-01T00:00:00Z' # ISO 8601 or RFC 2822
operations-per-run: 10
debug-only: ${{ (github.event.inputs.test-run == 'y') }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
align="left" width="100px"/>
A lot of work has gone in to this project.
If you would like to support me and further development of this tool, please [![donate](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=44DUQ7UT6WE2C&item_name=Outlook%20Google%20Calendar%20Sync%20donation.%20For%20splash%20screen%20hiding,%20enter%20your%20Gmail%20address%20in%20comment%20section)
If you find a bug, [help squash it](https://github.com/phw198/OutlookGoogleCalendarSync/wiki/Reporting-Problems)! :beetle:
If you find a bug, [help squash it](https://github.com/phw198/OutlookGoogleCalendarSync/wiki/Reporting-Problems)! :lady_beetle:


<a href="http://www.twitter.com/OGcalsync"><img src="https://github.com/phw198/OutlookGoogleCalendarSync/raw/master/docs/images/home_twitter_follow.png" align="center"></a> <a href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fabout.twitter.com%2Fresources%2Fbuttons&text=I%20just%20found%20this%20amazing%20free%20tool%20to%20sync%20Outlook%20and%20Google%20calendars&tw_p=tweetbutton&url=http%3A%2F%2Fbit.ly%2FOGcalsync&via=OGcalsync"><img src="https://github.com/phw198/OutlookGoogleCalendarSync/raw/master/docs/images/home_tweet.png" align="center"></a>
Expand Down

0 comments on commit 9fc14fa

Please sign in to comment.