Fix #154379 update workflows (#154424)

This commit is contained in:
jellizaveta
2023-06-23 15:23:55 +03:00
committed by GitHub
parent c8bf28e491
commit dbc50c3d71
6 changed files with 12 additions and 6 deletions

View File

@@ -6,6 +6,7 @@ on:
jobs:
assign:
if: github.repository == 'AdguardTeam/AdguardFilters'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6

View File

@@ -6,6 +6,7 @@ on:
jobs:
remove_labels_assignees:
if: github.repository == 'AdguardTeam/AdguardFilters'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6

View File

@@ -6,6 +6,7 @@ on:
jobs:
remove_label:
if: github.repository == 'AdguardTeam/AdguardFilters'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6

View File

@@ -7,15 +7,16 @@ on:
jobs:
stale:
if: github.repository == 'AdguardTeam/AdguardFilters'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
with:
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for 4 days with no activity.
Unfortunately, our resources are limited and we can not always take the time to respond to requests about websites that are not popular enough. The issue will be closed if no further activity occurs.
Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md).
stale-issue-label: 'Stale'
exempt-issue-labels: 'A: By design,A: In progress,A: Problematic'

View File

@@ -7,15 +7,16 @@ on:
jobs:
stale:
if: github.repository == 'AdguardTeam/AdguardFilters'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
with:
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for 10 days with no activity.
Unfortunately, our resources are limited and we can not always take the time to respond to requests about websites that are not popular enough. The issue will be closed if no further activity occurs.
Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md).
stale-issue-label: 'Stale'
exempt-issue-labels: 'A: By design,A: In progress,A: Problematic'

View File

@@ -7,15 +7,16 @@ on:
jobs:
stale:
if: github.repository == 'AdguardTeam/AdguardFilters'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
with:
stale-issue-message: >
This issue has been automatically marked as stale because it has been open for 4 days with no activity.
Unfortunately, our resources are limited and we can not always take the time to respond to requests about websites that are not popular enough. The issue will be closed if no further activity occurs.
Please note, that AdGuard Filters is an open-source project that is used by different content blockers and we welcome contributions. If you have some technical knowledge about how websites work, you are welcome to create a pull request following [these instructions](https://github.com/AdguardTeam/AdguardFilters/blob/master/CONTRIBUTING.md).
stale-issue-label: 'Stale'
exempt-issue-labels: 'A: By design,A: In progress,A: Problematic'