diff --git a/.github/stale.yml b/.github/stale.yml index 9abd4e0d252..6ad93d1570f 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,10 +4,13 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: + - Hacktoberfest - bug - enhancement + - RFC + - ⭐ EU-FOSSA Hackathon # Label to use when marking an issue as stale -staleLabel: wontfix +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 diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml deleted file mode 100644 index 06b836b6de5..00000000000 --- a/.github/workflows/tagged-release.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: "tagged-release" - -on: - push: - tags: - - "v*" - -jobs: - gh_tagged_release: - runs-on: "ubuntu-latest" - - steps: - - name: "Checkout source code" - uses: "actions/checkout@v2.3.4" - with: - lfs: true - fetch-depth: 0 - - - uses: "marvinpinto/action-automatic-releases@latest" - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: false - id: "automatic_releases"