Skip to content

Commit

Permalink
Merge pull request #3835 from c-po/normalize-yml
Browse files Browse the repository at this point in the history
GitHub: T6590: normalize LF in rebase label worflow file
  • Loading branch information
c-po authored Jul 20, 2024
2 parents 35644bc + bfa586b commit 458a724
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/add-rebase-label.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 458a724

Please sign in to comment.