mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-23 22:29:59 -05:00
Fix broken links in opencloud_full README.md (#643)
* Fix broken links in opencloud_full README.md Fixes opencloud-eu/opencloud#621 * Update GitHub workflow to skip label check for PRs from forks
This commit is contained in:
3
.github/workflows/labels.yml
vendored
3
.github/workflows/labels.yml
vendored
@@ -4,6 +4,8 @@ on:
|
||||
types: [opened, labeled, unlabeled, synchronize]
|
||||
jobs:
|
||||
label:
|
||||
# Only run if PR is not from a fork
|
||||
if: github.event.pull_request.head.repo.full_name == github.repository
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
@@ -26,4 +28,3 @@ jobs:
|
||||
Type:DevOps
|
||||
dependencies
|
||||
add_comment: true
|
||||
token: ${{ secrets.GH_TOKEN_OPENCLOUDERS }}
|
||||
|
||||
Reference in New Issue
Block a user