Skip to content

Commit

Permalink
Merge pull request #286 from etn-ccis/feature/blui-4197-reuse-workflows
Browse files Browse the repository at this point in the history
blui 4197 reuse workflows
  • Loading branch information
daileytj authored Aug 9, 2023
2 parents 96f19fc + 01dbccd commit b89b756
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 65 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ updates:
target-branch: 'dev'
labels:
- 'external-dependency'
- 'brightlayer-ui'

- package-ecosystem: 'npm'
directory: '/login-workflow/example'
Expand All @@ -20,4 +19,3 @@ updates:
target-branch: 'dev'
labels:
- 'external-dependency'
- 'brightlayer-ui'
3 changes: 0 additions & 3 deletions .github/labeler.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .github/pr-labeler.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/blui-pr-actions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: blui-pr-actions
on:
pull_request_target:
types:
- opened

permissions:
pull-requests: write
contents: read

jobs:
pr-labels:
uses: etn-ccis/blui-automation/.github/workflows/blui-labels.yml@dev
secrets: inherit

pr-comment:
uses: etn-ccis/blui-automation/.github/workflows/blui-comment.yml@dev
secrets: inherit
16 changes: 0 additions & 16 deletions .github/workflows/laberler.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/pr-comment.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/pr-labeler.yml

This file was deleted.

0 comments on commit b89b756

Please sign in to comment.