diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-20 13:44:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 13:44:39 +0200 |
commit | 458a724edb4c9b4a6e2bb63c2a7d8f531ec91252 (patch) | |
tree | e3482a9ab44d7cc108e0c4aa56456265a5624096 | |
parent | 35644bc5a166c86596272c8b020679aa92034a9f (diff) | |
parent | bfa586bff42c36ddd3a7127337022fee4d8a31cf (diff) | |
download | vyos-1x-458a724edb4c9b4a6e2bb63c2a7d8f531ec91252.tar.gz vyos-1x-458a724edb4c9b4a6e2bb63c2a7d8f531ec91252.zip |
Merge pull request #3835 from c-po/normalize-yml
GitHub: T6590: normalize LF in rebase label worflow file
-rw-r--r-- | .github/workflows/add-rebase-label.yml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/.github/workflows/add-rebase-label.yml b/.github/workflows/add-rebase-label.yml index 4cf3545ba..9041303af 100644 --- a/.github/workflows/add-rebase-label.yml +++ b/.github/workflows/add-rebase-label.yml @@ -1,14 +1,14 @@ -name: Add rebase label
-
-on:
- pull_request_target:
- types: [synchronize, opened, reopened, labeled, unlabeled]
-
-permissions:
- pull-requests: write
- contents: read
-
-jobs:
- add-rebase-label:
- uses: vyos/.github/.github/workflows/add-rebase-label.yml@current
- secrets: inherit
+name: Add rebase label + +on: + pull_request_target: + types: [synchronize, opened, reopened, labeled, unlabeled] + +permissions: + pull-requests: write + contents: read + +jobs: + add-rebase-label: + uses: vyos/.github/.github/workflows/add-rebase-label.yml@current + secrets: inherit |