Skip to content

refactor: rss 수집기 연쇄 책임 패턴을 제거한다 #20

refactor: rss 수집기 연쇄 책임 패턴을 제거한다

refactor: rss 수집기 연쇄 책임 패턴을 제거한다 #20

Workflow file for this run

name: Pull Request Labeler
on:
pull_request:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
issues: write
steps:
- name: Label the PR
id: label-the-PR
uses: actions/labeler@v6
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'