We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fb431 commit b18bdeaCopy full SHA for b18bdea
.github/workflows/add-labels-for-pr.yml
@@ -6,6 +6,7 @@ permissions:
6
jobs:
7
generic_handler:
8
name: Add Labels to PR
9
+ if: github.repository == '1Panel-dev/1Panel'
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
.github/workflows/sonarcloud-scan.yml
@@ -8,6 +8,7 @@ on:
sonarcloud:
name: SonarCloud
13
14
.github/workflows/sync2gitee.yml
@@ -2,6 +2,7 @@ name: Synchronize to Gitee
2
on: [push]
3
4
repo-sync:
5
- name: Mirror the Github organization repos to Gitee.
0 commit comments