1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-01 16:26:02 -04:00

Merge pull request #450 from Loyalsoldier/sync-master

Sync with master branch
This commit is contained in:
Loyalsoldier 2020-11-24 06:13:42 +08:00 committed by GitHub
commit 2dfe64f2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 11 deletions

View File

@ -2,16 +2,15 @@ name: CodeQL
on: on:
push: push:
branches: [master] branches:
- master
- v*
paths: paths:
- "**/*.go" - "**/*.go"
pull_request: pull_request:
branches: [master]
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: paths:
- "**/*.go" - "**/*.go"
schedule:
- cron: '0 0 * * 1'
jobs: jobs:
analyze: analyze:

View File

@ -2,7 +2,9 @@ name: Coverage
on: on:
push: push:
branches: [master] branches:
- master
- v*
paths: paths:
- "**/*.go" - "**/*.go"

View File

@ -2,7 +2,9 @@ name: Build debian packages
on: on:
push: push:
branches: [master] branches:
- master
- v*
paths: paths:
- "**/*.go" - "**/*.go"
release: release:

View File

@ -2,11 +2,12 @@ name: Linter
on: on:
push: push:
branches: [master] branches:
- master
- v*
paths: paths:
- "**/*.go" - "**/*.go"
pull_request: pull_request:
branches: [master]
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: paths:
- "**/*.go" - "**/*.go"

View File

@ -8,7 +8,7 @@ jobs:
stale: stale:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v3.0.13 - uses: actions/stale@v3.0.14
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} 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" 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"

View File

@ -2,13 +2,14 @@ name: Test
on: on:
push: push:
branches: [master] branches:
- master
- v*
paths: paths:
- "**/*.go" - "**/*.go"
- "go.mod" - "go.mod"
- "go.sum" - "go.sum"
pull_request: pull_request:
branches: [master]
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
paths: paths:
- "**/*.go" - "**/*.go"