mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
fix(devtools): only run the size label on internal PRs (#1153)
* fix(ci): only run the size label on internal PRs * better * there * ? * hm * test opposite case * great it works
This commit is contained in:
parent
9fc83859c2
commit
baf9ad0039
1 changed files with 4 additions and 1 deletions
5
.github/workflows/pull_request_checks.yml
vendored
5
.github/workflows/pull_request_checks.yml
vendored
|
|
@ -46,7 +46,10 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- name: Apply Size Label
|
||||
# size-label-action fails to work when coming from a fork:
|
||||
# https://github.com/pascalgn/size-label-action/issues/10
|
||||
- if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||
name: Apply Size Label
|
||||
uses: pascalgn/size-label-action@a4655c448bb838e8d73b81e97fd0831bb4cbda1e
|
||||
env:
|
||||
IGNORED: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue