-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix: sync-upstream yml * Fix: optional delete * Fix: sync-upstream yml fork url * Fix: sync-upstream yml 2차 수정 * Fix: sync-upstream yml 3차 수정 * Update README.md * Update README.md * Fix: sync-upstream dependa-bot
- Loading branch information
1 parent
839b8f7
commit 88cffb3
Showing
6 changed files
with
47 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Dependabot 업데이트 PR | ||
|
||
이 PR은 Dependabot에 의해 자동으로 생성되었습니다. | ||
|
||
### 체크리스트 | ||
|
||
- [ ] 변경된 패키지의 변경 로그를 확인했습니까? | ||
- [ ] 주요 변경 사항이 있는 경우, 애플리케이션에 미치는 영향을 검토했습니까? | ||
- [ ] 필요한 경우, 관련 테스트를 실행하고 통과했습니까? | ||
|
||
### 추가 정보 | ||
|
||
(필요한 경우 여기에 추가 정보를 기재해 주세요) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'daily' | ||
commit-message: | ||
prefix: 'sync' | ||
open-pull-requests-limit: 5 | ||
target-branch: 'main' | ||
source: | ||
repo: 'kode-krew/meta-test-be' | ||
branch: 'main' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Dependabot PR Notification | ||
|
||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
|
||
jobs: | ||
notify: | ||
runs-on: ubuntu-latest | ||
if: github.actor == 'dependabot[bot]' | ||
steps: | ||
- name: Notify team about Dependabot PR | ||
uses: 8398a7/action-slack@v3 | ||
with: | ||
status: ${{ job.status }} | ||
text: 'New Dependabot PR opened: ${{ github.event.pull_request.html_url }}' | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters