1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-22 23:45:24 +00:00

Merge branch 'master' into refine-format-rename-workflow

This commit is contained in:
Kslr 2020-08-24 17:51:13 +08:00 committed by GitHub
commit 288e40abd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 9 deletions

View File

@ -1,7 +1,17 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

View File

@ -14,8 +14,8 @@ jobs:
- name: Checkout default branch
uses: actions/checkout@v2
- name: Lint Codebase
uses: github/super-linter@v2.2.0
- name: Lint Code Base
uses: github/super-linter@V3.8.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: false

View File

@ -8,9 +8,9 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
- uses: actions/stale@v3.0.10
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
days-before-stale: 120
days-before-close: 5
days-before-close: 5