Workflow2 n8n-io/n8n 기여 (오타 수정) https://github.com/n8n-io/n8n/pull/12242 Jenkins Related Linear tickets, Github issues, and Community forum posts Review / Merge c..." data-og-host="github.com" data-og-source-url="https://github.com/n8n-io/n8n/pull/12242" data-og-url="https://github.com/n8n-io/n8n/pull/12242" data-og-image="https://scrap.kakaocdn.net/dn/cCgnn0/hyXKmSuGgi/eZqt9zNx77vKc1vDLWxMI0/img.png?width=1200&height=600&face.. 2024. 12. 17. [Github Action] 1000번째 PR 축하하기 # 들어가며어느날 오전. 전사 애플리케이션들의 helm chart들이 관리되고 있는 (데봅스 운영/개발팀 사용) 레포지토리에 998번째 PR이 올라왔다. 1000번째에 무조건 이벤트 만들어줘야될거같아 진짜 후다다다다닥 github action workflow를 만들어 보았다. # 요구사항내가 원하는건 아래와 같았다.1. 1000배수 PR이 오픈될 시, 해당 PR에 축하 메세지 코멘트가 남는 것2. 그리고 Slack 개발팀 채널에 축하메세지를 보내주는 것 # 결과물name: PR Notificationon: pull_request: types: [opened]env: PR_NUMBER: ${{ github.event.pull_request.number }}jobs: check-pr-number.. 2024. 6. 18. 이전 1 다음