[UPD] repo template v1.2.1

pull/2037/head
Holger Brunn 2021-09-27 15:48:49 +02:00
parent 1afccec916
commit 36ca07dd82
2 changed files with 14 additions and 21 deletions

View File

@ -1,5 +1,5 @@
# Do NOT update manually; changes here will be overwritten by Copier # Do NOT update manually; changes here will be overwritten by Copier
_commit: v1.2.0 _commit: v1.2.1
_src_path: gh:oca/oca-addons-repo-template _src_path: gh:oca/oca-addons-repo-template
dependency_installation_mode: PIP dependency_installation_mode: PIP
generate_requirements_txt: true generate_requirements_txt: true

View File

@ -8,18 +8,18 @@ jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
# 120+30 day stale policy for PRs - name: Stale PRs and issues policy
# * Except PRs marked as "no stale"
- name: Stale PRs policy
uses: actions/stale@v4 uses: actions/stale@v4
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-pr-labels: "no stale" # General settings.
days-before-stale: 120
days-before-close: 30
days-before-issue-stale: -1
days-before-issue-close: -1
remove-stale-when-updated: true remove-stale-when-updated: true
# Pull Requests settings.
# 120+30 day stale policy for PRs
# * Except PRs marked as "no stale"
days-before-pr-stale: 120
days-before-pr-close: 30
exempt-pr-labels: "no stale"
stale-pr-label: "stale" stale-pr-label: "stale"
stale-pr-message: > stale-pr-message: >
There hasn't been any activity on this pull request in the past 4 months, so There hasn't been any activity on this pull request in the past 4 months, so
@ -28,19 +28,12 @@ jobs:
If you want this PR to never become stale, please ask a PSC member to apply If you want this PR to never become stale, please ask a PSC member to apply
the "no stale" label. the "no stale" label.
# Issues settings.
# 180+30 day stale policy for open issues # 180+30 day stale policy for open issues
# * Except Issues marked as "no stale" # * Except Issues marked as "no stale"
- name: Stale Issues policy days-before-issue-stale: 180
uses: actions/stale@v4 days-before-issue-close: 30
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
exempt-issue-labels: "no stale,needs more information" exempt-issue-labels: "no stale,needs more information"
days-before-stale: 180
days-before-close: 30
days-before-pr-stale: -1
days-before-pr-close: -1
remove-stale-when-updated: true
stale-issue-label: "stale" stale-issue-label: "stale"
stale-issue-message: > stale-issue-message: >
There hasn't been any activity on this issue in the past 6 months, so it has There hasn't been any activity on this issue in the past 6 months, so it has