Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/sync-upstream.yml
  • Loading branch information
minchodang committed Aug 6, 2024
2 parents 74f10c5 + 88cffb3 commit 05e5564
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 38 deletions.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Dependabot 업데이트 PR

이 PR은 Dependabot에 의해 자동으로 생성되었습니다.

### 체크리스트

- [ ] 변경된 패키지의 변경 로그를 확인했습니까?
- [ ] 주요 변경 사항이 있는 경우, 애플리케이션에 미치는 영향을 검토했습니까?
- [ ] 필요한 경우, 관련 테스트를 실행하고 통과했습니까?

### 추가 정보

(필요한 경우 여기에 추가 정보를 기재해 주세요)
13 changes: 13 additions & 0 deletions .github/dependabot.yml
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'
18 changes: 18 additions & 0 deletions .github/workflows/dependabot-pr-notification.yml
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 }}
38 changes: 0 additions & 38 deletions .github/workflows/sync-upstream.yml

This file was deleted.

0 comments on commit 05e5564

Please sign in to comment.