diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..7c8a7daf --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,19 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 14 +# Issues with these labels will never be considered stale +exemptLabels: + - bug + - urgent + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: stale +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. If this is still an problem, please create a new issue. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: true diff --git a/.github/workflows/sentry.yml b/.github/workflows/sentry.yml index 0220aa99..52f47cb3 100644 --- a/.github/workflows/sentry.yml +++ b/.github/workflows/sentry.yml @@ -10,13 +10,13 @@ jobs: steps: - name: Checkout code uses: actions/checkout@master - - name: Create a Sentry.io release + - name: Create a Sentry release uses: tclindner/sentry-releases-action@v1.0.0 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_URL: ${{ secrets.SENTRY_URL }} - SENTRY_ORG: Statping - SENTRY_PROJECT: golang + SENTRY_ORG: statping + SENTRY_PROJECT: backend with: tagName: ${{ github.ref }} environment: qa