Browse Source

#3074: [ci] mergable do not handle label (#10638)

mergable some time will become crazy and adding
or deleting labels in the PR. This affects the
user experience. I try to solve it in #7099 but
it is seems not affect and we should remove the
label and comment operation and only should the
result in check result.
git-as-svn/v1/dev
Jiajie Zhong 2 years ago committed by GitHub
parent
commit
6dd5c1e611
  1. 2
      commit.ref
  2. 31
      commit.yml

2
commit.ref

@ -1 +1 @@
Subproject commit 1f46078ab8c74e719644bd4a761f895f8fb1dbb2 Subproject commit bbc1e052ab3ce8933b0f1f5f703674e34c0661b1

31
commit.yml

@ -2,28 +2,13 @@
branches: { branches: {
} }
fileChange: fileChange:
/docs: /.github:
newFile: !uuid '3f8395541bf49ef3d3513e6b956a29ffe727b9b6' newFile: !uuid '1f46e208c514640b707eac228c8d8cf760457d59'
oldFile: !uuid 'e7472381a5799749eef8d873eae11a59bc8deba6' oldFile: !uuid '6c5773b67fc5b50fe53b3a052e4f58c5ebaa4e1a'
/docs/docs: /.github/mergeable.yml:
newFile: !uuid '78a7f240e69acf5c5b760e3aa25b7685cf9058ee' newFile: !uuid '2b74fe2a0818c83d940020b633e2d324ce733065'
oldFile: !uuid '7c796162db74bde4e6513bcc4593bb8ab9d080f0' oldFile: !uuid '400b639b8d007209f81553dfa5a07a7c330bebb2'
/docs/docs/en: gitCommitId: !uuid 'bbc1e052ab3ce8933b0f1f5f703674e34c0661b1'
newFile: !uuid 'bf0e68c0c91addfb6ce8521b850b3055012e8950'
oldFile: !uuid '684ccbaa2f8c8d35eb9f2ae508bfa6a2c8a94bb3'
/docs/docs/en/guide:
newFile: !uuid 'b46806a52a7de09240cc77f9f5012a6b547aceca'
oldFile: !uuid '054e42b073b6e10f2bf0a407e78e8102bcfa65a5'
/docs/docs/en/guide/task:
newFile: !uuid 'd9fef6b83d97045ab02ea9508ae2bd7ab8fc0336'
oldFile: !uuid 'd2f63cae80a1185d12fd9e3d543f4ef6abf67b98'
/docs/docs/en/guide/task/dependent.md:
newFile: !uuid 'b8e63d03e915f669e5ab443f2241f59277759551'
oldFile: !uuid '3a97bb50d7f3898c6ca2d84fa17833d61d1445d7'
/docs/docs/en/guide/task/sub-process.md:
newFile: !uuid 'adcd9e3fdab0300f3c08310c9c77ea14130002c6'
oldFile: !uuid '8b84db8fe7ea91306d3b1c452ce3aecfa183181d'
gitCommitId: !uuid '1f46078ab8c74e719644bd4a761f895f8fb1dbb2'
renames: { renames: {
} }
revisionId: 3073 revisionId: 3074

Loading…
Cancel
Save