mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] update dotfiles [ci skip]
This commit is contained in:
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
@@ -10,4 +10,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
with:
|
||||
# The pylint-odoo version we use here does not support python 3.10
|
||||
# https://github.com/OCA/oca-addons-repo-template/issues/80
|
||||
python-version: "3.9"
|
||||
- uses: pre-commit/action@v2.0.0
|
||||
|
||||
9
.github/workflows/stale.yml.rej
vendored
Normal file
9
.github/workflows/stale.yml.rej
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
diff a/.github/workflows/stale.yml b/.github/workflows/stale.yml (rejected hunks)
|
||||
@@ -15,2 +15,3 @@ jobs:
|
||||
# General settings.
|
||||
+ ascending: true
|
||||
remove-stale-when-updated: true
|
||||
@@ -52,2 +53,3 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
+ ascending: true
|
||||
only-labels: "needs more information"
|
||||
Reference in New Issue
Block a user