1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-12 16:51:37 +02:00

fix(release-please): don't add labels from fork

This commit is contained in:
bcoe
2020-11-25 14:04:07 -08:00
parent 61a8c135eb
commit 13bffc3e97
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3083,9 +3083,9 @@
"dev": true
},
"release-please": {
"version": "7.0.0-candidate.1",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-7.0.0-candidate.1.tgz",
"integrity": "sha512-Q6SPRStRhY3gCxn6LW1DA1ozA8obmgtqJ9c4fP2a9QlMaRGYKx/bQmBSU3GNfNQHqFc8qxtZ7KWCPOv7KyMaNw==",
"version": "7.0.0-candidate.2",
"resolved": "https://registry.npmjs.org/release-please/-/release-please-7.0.0-candidate.2.tgz",
"integrity": "sha512-oBzXTfLPFX8Jxdn12PaKNsn+CYfkfGFMeF7bbnXT8Rle1DcxS0vsK1il41WWacJ5e59TTjHYNkaq9wAthBDGPw==",
"requires": {
"@octokit/graphql": "^4.3.1",
"@octokit/request": "^5.3.4",