Browse Source

build: remove schedule from PR metadata job

It shouldn't have touched non-PR issues, but it did
Jakob Borg 4 tháng trước cách đây
mục cha
commit
8094b459e4
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      .github/workflows/pr-metadata.yaml

+ 0 - 3
.github/workflows/pr-metadata.yaml

@@ -7,12 +7,9 @@ on:
       - reopened
       - edited
       - synchronize
-  schedule:
-    - cron: "42 7 * * *"
 
 permissions:
   contents: read
-  issues: write
   pull-requests: write
 
 jobs: