diff --git a/.github/workflows/scraper.yml b/.github/workflows/scraper.yml index 53f27510f9..123dc18c00 100644 --- a/.github/workflows/scraper.yml +++ b/.github/workflows/scraper.yml @@ -36,6 +36,7 @@ jobs: PULL_REQUEST_TITLE: 'Client: Update NPC stats' PULL_REQUEST_BODY: This is an auto-generated PR with changes from the OSRS wiki COMMIT_MESSAGE: 'Client: Update NPC stats' + PULL_REQUEST_LABELS: automated pull request, NPC stats scrape-items: runs-on: ubuntu-latest @@ -68,3 +69,4 @@ jobs: PULL_REQUEST_TITLE: 'Client: Update item stats' PULL_REQUEST_BODY: This is an auto-generated PR with changes from the OSRS wiki COMMIT_MESSAGE: 'Client: Update item stats' + PULL_REQUEST_LABELS: automated pull request, item stats