Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When checking for existing PRs, the check should ignore PRs from forks #62

Open
PromoFaux opened this issue Jan 11, 2022 · 2 comments
Open

Comments

@PromoFaux
Copy link

Hi there, thanks for the action, in my testing it has worked OK until I deployed it to a live repo :) There was an old PR from someone's fork on their master branch targeting our devel branch, and that was counted as the PR that was already open.

PR that merged this action into master : pi-hole/web#2070

PR that the action decided was an existing one: pi-hole/web#1813

Is it possible to add a check to make sure it is not from a fork? Or maybe a check of the title? Not sure what is best...

Anyway, cheers!

logs:

Action Log here
2022-01-11T08:57:40.5335983Z Found online and idle hosted runner in the current repository's organization account that matches the required labels: 'ubuntu-latest'
2022-01-11T08:57:40.5938491Z Waiting for a Hosted runner in the 'organization' to pick this job...
2022-01-11T08:57:40.9443800Z Job is waiting for a hosted runner to come online.
2022-01-11T08:57:46.4672999Z Job is about to start running on the hosted runner: GitHub Actions 4 (hosted)
2022-01-11T08:57:50.4643384Z Current runner version: '2.285.1'
2022-01-11T08:57:50.4675360Z ##[group]Operating System
2022-01-11T08:57:50.4676466Z Ubuntu
2022-01-11T08:57:50.4677069Z 20.04.3
2022-01-11T08:57:50.4677546Z LTS
2022-01-11T08:57:50.4678120Z ##[endgroup]
2022-01-11T08:57:50.4678732Z ##[group]Virtual Environment
2022-01-11T08:57:50.4679495Z Environment: ubuntu-20.04
2022-01-11T08:57:50.4680100Z Version: 20211219.1
2022-01-11T08:57:50.4681294Z Included Software: https://github.com/actions/virtual-environments/blob/ubuntu20/20211219.1/images/linux/Ubuntu2004-README.md
2022-01-11T08:57:50.4682864Z Image Release: https://github.com/actions/virtual-environments/releases/tag/ubuntu20%2F20211219.1
2022-01-11T08:57:50.4683852Z ##[endgroup]
2022-01-11T08:57:50.4684600Z ##[group]Virtual Environment Provisioner
2022-01-11T08:57:50.4685292Z 1.0.0.0-main-20211214-1
2022-01-11T08:57:50.4685927Z ##[endgroup]
2022-01-11T08:57:50.4688179Z ##[group]GITHUB_TOKEN Permissions
2022-01-11T08:57:50.4689580Z Actions: write
2022-01-11T08:57:50.4690379Z Checks: write
2022-01-11T08:57:50.4691005Z Contents: write
2022-01-11T08:57:50.4691609Z Deployments: write
2022-01-11T08:57:50.4692272Z Discussions: write
2022-01-11T08:57:50.4692845Z Issues: write
2022-01-11T08:57:50.4693470Z Metadata: read
2022-01-11T08:57:50.4694038Z Packages: write
2022-01-11T08:57:50.4694666Z Pages: write
2022-01-11T08:57:50.4695300Z PullRequests: write
2022-01-11T08:57:50.4695996Z RepositoryProjects: write
2022-01-11T08:57:50.4696802Z SecurityEvents: write
2022-01-11T08:57:50.4697415Z Statuses: write
2022-01-11T08:57:50.4698143Z ##[endgroup]
2022-01-11T08:57:50.4701251Z Secret source: Actions
2022-01-11T08:57:50.4702364Z Prepare workflow directory
2022-01-11T08:57:50.5551323Z Prepare all required actions
2022-01-11T08:57:50.5563043Z Getting action download info
2022-01-11T08:57:50.8816748Z Download action repository 'actions/checkout@v2' (SHA:ec3a7ce113134d7a93b817d10a8272cb61118579)
2022-01-11T08:57:52.9668041Z Download action repository 'tretuna/sync-branches@1.4.0' (SHA:ea58ab6e406fd3ad016a064b31270bbb41127f41)
2022-01-11T08:57:53.2582781Z Download action repository 'actions-ecosystem/action-add-labels@v1' (SHA:18f1af5e3544586314bbe15c0273249c770b2daf)
2022-01-11T08:57:53.7109829Z ##[group]Run actions/checkout@v2
2022-01-11T08:57:53.7110614Z with:
2022-01-11T08:57:53.7112592Z   repository: pi-hole/AdminLTE
2022-01-11T08:57:53.7113947Z   token: ***
2022-01-11T08:57:53.7114515Z   ssh-strict: true
2022-01-11T08:57:53.7115429Z   persist-credentials: true
2022-01-11T08:57:53.7116054Z   clean: true
2022-01-11T08:57:53.7116597Z   fetch-depth: 1
2022-01-11T08:57:53.7117106Z   lfs: false
2022-01-11T08:57:53.7117635Z   submodules: false
2022-01-11T08:57:53.7121603Z ##[endgroup]
2022-01-11T08:57:54.4865715Z Syncing repository: pi-hole/AdminLTE
2022-01-11T08:57:54.4867385Z ##[group]Getting Git version info
2022-01-11T08:57:54.4868456Z Working directory is '/home/runner/work/AdminLTE/AdminLTE'
2022-01-11T08:57:54.4870596Z [command]/usr/bin/git version
2022-01-11T08:57:54.4871234Z git version 2.34.1
2022-01-11T08:57:54.4873582Z ##[endgroup]
2022-01-11T08:57:54.4874525Z Deleting the contents of '/home/runner/work/AdminLTE/AdminLTE'
2022-01-11T08:57:54.4877815Z ##[group]Initializing the repository
2022-01-11T08:57:54.4878661Z [command]/usr/bin/git init /home/runner/work/AdminLTE/AdminLTE
2022-01-11T08:57:54.4879851Z hint: Using 'master' as the name for the initial branch. This default branch name
2022-01-11T08:57:54.4880818Z hint: is subject to change. To configure the initial branch name to use in all
2022-01-11T08:57:54.4881785Z hint: of your new repositories, which will suppress this warning, call:
2022-01-11T08:57:54.4882913Z hint: 
2022-01-11T08:57:54.4883808Z hint: 	git config --global init.defaultBranch <name>
2022-01-11T08:57:54.4884482Z hint: 
2022-01-11T08:57:54.4885351Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2022-01-11T08:57:54.4886521Z hint: 'development'. The just-created branch can be renamed via this command:
2022-01-11T08:57:54.4887255Z hint: 
2022-01-11T08:57:54.4888342Z hint: 	git branch -m <name>
2022-01-11T08:57:54.4889574Z Initialized empty Git repository in /home/runner/work/AdminLTE/AdminLTE/.git/
2022-01-11T08:57:54.4890909Z [command]/usr/bin/git remote add origin https://github.com/pi-hole/AdminLTE
2022-01-11T08:57:54.4892351Z ##[endgroup]
2022-01-11T08:57:54.4893672Z ##[group]Disabling automatic garbage collection
2022-01-11T08:57:54.4894629Z [command]/usr/bin/git config --local gc.auto 0
2022-01-11T08:57:54.4896260Z ##[endgroup]
2022-01-11T08:57:54.4899665Z ##[group]Setting up auth
2022-01-11T08:57:54.4900740Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-01-11T08:57:54.4903287Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-01-11T08:57:54.4905520Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-01-11T08:57:54.4907618Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-01-11T08:57:54.4909676Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2022-01-11T08:57:54.4911271Z ##[endgroup]
2022-01-11T08:57:54.4912911Z ##[group]Fetching the repository
2022-01-11T08:57:54.4914700Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +682a174330d37c4bb8222ff371a3a4b7d363fafa:refs/remotes/origin/master
2022-01-11T08:57:54.4916435Z remote: Enumerating objects: 197, done.        
2022-01-11T08:57:54.4917157Z remote: Counting objects:   0% (1/197)        
2022-01-11T08:57:54.4917813Z remote: Counting objects:   1% (2/197)        
2022-01-11T08:57:54.4918916Z remote: Counting objects:   2% (4/197)        
2022-01-11T08:57:54.4919590Z remote: Counting objects:   3% (6/197)        
2022-01-11T08:57:54.4920259Z remote: Counting objects:   4% (8/197)        
2022-01-11T08:57:54.4921177Z remote: Counting objects:   5% (10/197)        
2022-01-11T08:57:54.4921849Z remote: Counting objects:   6% (12/197)        
2022-01-11T08:57:54.4922515Z remote: Counting objects:   7% (14/197)        
2022-01-11T08:57:54.4923186Z remote: Counting objects:   8% (16/197)        
2022-01-11T08:57:54.4923842Z remote: Counting objects:   9% (18/197)        
2022-01-11T08:57:54.4924781Z remote: Counting objects:  10% (20/197)        
2022-01-11T08:57:54.4925448Z remote: Counting objects:  11% (22/197)        
2022-01-11T08:57:54.4926110Z remote: Counting objects:  12% (24/197)        
2022-01-11T08:57:54.4926762Z remote: Counting objects:  13% (26/197)        
2022-01-11T08:57:54.4927430Z remote: Counting objects:  14% (28/197)        
2022-01-11T08:57:54.4928095Z remote: Counting objects:  15% (30/197)        
2022-01-11T08:57:54.4928745Z remote: Counting objects:  16% (32/197)        
2022-01-11T08:57:54.4929426Z remote: Counting objects:  17% (34/197)        
2022-01-11T08:57:54.4930147Z remote: Counting objects:  18% (36/197)        
2022-01-11T08:57:54.4932159Z remote: Counting objects:  19% (38/197)        
2022-01-11T08:57:54.4932894Z remote: Counting objects:  20% (40/197)        
2022-01-11T08:57:54.4933555Z remote: Counting objects:  21% (42/197)        
2022-01-11T08:57:54.4934225Z remote: Counting objects:  22% (44/197)        
2022-01-11T08:57:54.4934882Z remote: Counting objects:  23% (46/197)        
2022-01-11T08:57:54.4935546Z remote: Counting objects:  24% (48/197)        
2022-01-11T08:57:54.4936198Z remote: Counting objects:  25% (50/197)        
2022-01-11T08:57:54.4936938Z remote: Counting objects:  26% (52/197)        
2022-01-11T08:57:54.4937613Z remote: Counting objects:  27% (54/197)        
2022-01-11T08:57:54.4938270Z remote: Counting objects:  28% (56/197)        
2022-01-11T08:57:54.4938938Z remote: Counting objects:  29% (58/197)        
2022-01-11T08:57:54.4940016Z remote: Counting objects:  30% (60/197)        
2022-01-11T08:57:54.4940675Z remote: Counting objects:  31% (62/197)        
2022-01-11T08:57:54.4941409Z remote: Counting objects:  32% (64/197)        
2022-01-11T08:57:54.4942067Z remote: Counting objects:  33% (66/197)        
2022-01-11T08:57:54.4942734Z remote: Counting objects:  34% (67/197)        
2022-01-11T08:57:54.4943402Z remote: Counting objects:  35% (69/197)        
2022-01-11T08:57:54.4944056Z remote: Counting objects:  36% (71/197)        
2022-01-11T08:57:54.4944721Z remote: Counting objects:  37% (73/197)        
2022-01-11T08:57:54.4945374Z remote: Counting objects:  38% (75/197)        
2022-01-11T08:57:54.4946040Z remote: Counting objects:  39% (77/197)        
2022-01-11T08:57:54.4946710Z remote: Counting objects:  40% (79/197)        
2022-01-11T08:57:54.4947364Z remote: Counting objects:  41% (81/197)        
2022-01-11T08:57:54.4948034Z remote: Counting objects:  42% (83/197)        
2022-01-11T08:57:54.4948687Z remote: Counting objects:  43% (85/197)        
2022-01-11T08:57:54.4949368Z remote: Counting objects:  44% (87/197)        
2022-01-11T08:57:54.4950029Z remote: Counting objects:  45% (89/197)        
2022-01-11T08:57:54.4950701Z remote: Counting objects:  46% (91/197)        
2022-01-11T08:57:54.4951369Z remote: Counting objects:  47% (93/197)        
2022-01-11T08:57:54.4952062Z remote: Counting objects:  48% (95/197)        
2022-01-11T08:57:54.4952731Z remote: Counting objects:  49% (97/197)        
2022-01-11T08:57:54.4953385Z remote: Counting objects:  50% (99/197)        
2022-01-11T08:57:54.4954059Z remote: Counting objects:  51% (101/197)        
2022-01-11T08:57:54.4954735Z remote: Counting objects:  52% (103/197)        
2022-01-11T08:57:54.4955639Z remote: Counting objects:  53% (105/197)        
2022-01-11T08:57:54.4956316Z remote: Counting objects:  54% (107/197)        
2022-01-11T08:57:54.4957033Z remote: Counting objects:  55% (109/197)        
2022-01-11T08:57:54.4957757Z remote: Counting objects:  56% (111/197)        
2022-01-11T08:57:54.4958426Z remote: Counting objects:  57% (113/197)        
2022-01-11T08:57:54.4959100Z remote: Counting objects:  58% (115/197)        
2022-01-11T08:57:54.4959976Z remote: Counting objects:  59% (117/197)        
2022-01-11T08:57:54.4960716Z remote: Counting objects:  60% (119/197)        
2022-01-11T08:57:54.4961395Z remote: Counting objects:  61% (121/197)        
2022-01-11T08:57:54.4962049Z remote: Counting objects:  62% (123/197)        
2022-01-11T08:57:54.4962720Z remote: Counting objects:  63% (125/197)        
2022-01-11T08:57:54.4963391Z remote: Counting objects:  64% (127/197)        
2022-01-11T08:57:54.4964049Z remote: Counting objects:  65% (129/197)        
2022-01-11T08:57:54.4964771Z remote: Counting objects:  66% (131/197)        
2022-01-11T08:57:54.4965425Z remote: Counting objects:  67% (132/197)        
2022-01-11T08:57:54.4966100Z remote: Counting objects:  68% (134/197)        
2022-01-11T08:57:54.4966758Z remote: Counting objects:  69% (136/197)        
2022-01-11T08:57:54.4967438Z remote: Counting objects:  70% (138/197)        
2022-01-11T08:57:54.4968111Z remote: Counting objects:  71% (140/197)        
2022-01-11T08:57:54.4968775Z remote: Counting objects:  72% (142/197)        
2022-01-11T08:57:54.4969448Z remote: Counting objects:  73% (144/197)        
2022-01-11T08:57:54.4970105Z remote: Counting objects:  74% (146/197)        
2022-01-11T08:57:54.4970777Z remote: Counting objects:  75% (148/197)        
2022-01-11T08:57:54.4971453Z remote: Counting objects:  76% (150/197)        
2022-01-11T08:57:54.4972105Z remote: Counting objects:  77% (152/197)        
2022-01-11T08:57:54.4972779Z remote: Counting objects:  78% (154/197)        
2022-01-11T08:57:54.4973436Z remote: Counting objects:  79% (156/197)        
2022-01-11T08:57:54.4974105Z remote: Counting objects:  80% (158/197)        
2022-01-11T08:57:54.4974764Z remote: Counting objects:  81% (160/197)        
2022-01-11T08:57:54.4975431Z remote: Counting objects:  82% (162/197)        
2022-01-11T08:57:54.4976228Z remote: Counting objects:  83% (164/197)        
2022-01-11T08:57:54.4976885Z remote: Counting objects:  84% (166/197)        
2022-01-11T08:57:54.4977613Z remote: Counting objects:  85% (168/197)        
2022-01-11T08:57:54.4978275Z remote: Counting objects:  86% (170/197)        
2022-01-11T08:57:54.4978948Z remote: Counting objects:  87% (172/197)        
2022-01-11T08:57:54.4979618Z remote: Counting objects:  88% (174/197)        
2022-01-11T08:57:54.4980271Z remote: Counting objects:  89% (176/197)        
2022-01-11T08:57:54.4980941Z remote: Counting objects:  90% (178/197)        
2022-01-11T08:57:54.4981596Z remote: Counting objects:  91% (180/197)        
2022-01-11T08:57:54.4982267Z remote: Counting objects:  92% (182/197)        
2022-01-11T08:57:54.4982928Z remote: Counting objects:  93% (184/197)        
2022-01-11T08:57:54.4983601Z remote: Counting objects:  94% (186/197)        
2022-01-11T08:57:54.4984277Z remote: Counting objects:  95% (188/197)        
2022-01-11T08:57:54.4984942Z remote: Counting objects:  96% (190/197)        
2022-01-11T08:57:54.4985610Z remote: Counting objects:  97% (192/197)        
2022-01-11T08:57:54.4986324Z remote: Counting objects:  98% (194/197)        
2022-01-11T08:57:54.4986999Z remote: Counting objects:  99% (196/197)        
2022-01-11T08:57:54.4987668Z remote: Counting objects: 100% (197/197)        
2022-01-11T08:57:54.4988349Z remote: Counting objects: 100% (197/197), done.        
2022-01-11T08:57:54.4989071Z remote: Compressing objects:   0% (1/186)        
2022-01-11T08:57:54.4989823Z remote: Compressing objects:   1% (2/186)        
2022-01-11T08:57:54.4990545Z remote: Compressing objects:   2% (4/186)        
2022-01-11T08:57:54.4991247Z remote: Compressing objects:   3% (6/186)        
2022-01-11T08:57:54.4991958Z remote: Compressing objects:   4% (8/186)        
2022-01-11T08:57:54.4992673Z remote: Compressing objects:   5% (10/186)        
2022-01-11T08:57:54.4993383Z remote: Compressing objects:   6% (12/186)        
2022-01-11T08:57:54.4994119Z remote: Compressing objects:   7% (14/186)        
2022-01-11T08:57:54.4994951Z remote: Compressing objects:   8% (15/186)        
2022-01-11T08:57:54.4995776Z remote: Compressing objects:   9% (17/186)        
2022-01-11T08:57:54.4996509Z remote: Compressing objects:  10% (19/186)        
2022-01-11T08:57:54.4997216Z remote: Compressing objects:  11% (21/186)        
2022-01-11T08:57:54.4997989Z remote: Compressing objects:  12% (23/186)        
2022-01-11T08:57:54.4998692Z remote: Compressing objects:  13% (25/186)        
2022-01-11T08:57:54.4999413Z remote: Compressing objects:  14% (27/186)        
2022-01-11T08:57:54.5000136Z remote: Compressing objects:  15% (28/186)        
2022-01-11T08:57:54.5000839Z remote: Compressing objects:  16% (30/186)        
2022-01-11T08:57:54.5001610Z remote: Compressing objects:  17% (32/186)        
2022-01-11T08:57:54.5002312Z remote: Compressing objects:  18% (34/186)        
2022-01-11T08:57:54.5003029Z remote: Compressing objects:  19% (36/186)        
2022-01-11T08:57:54.5003741Z remote: Compressing objects:  20% (38/186)        
2022-01-11T08:57:54.5004456Z remote: Compressing objects:  21% (40/186)        
2022-01-11T08:57:54.5005182Z remote: Compressing objects:  22% (41/186)        
2022-01-11T08:57:54.5005886Z remote: Compressing objects:  23% (43/186)        
2022-01-11T08:57:54.5006607Z remote: Compressing objects:  24% (45/186)        
2022-01-11T08:57:54.5007313Z remote: Compressing objects:  25% (47/186)        
2022-01-11T08:57:54.5008033Z remote: Compressing objects:  26% (49/186)        
2022-01-11T08:57:54.5008753Z remote: Compressing objects:  27% (51/186)        
2022-01-11T08:57:54.5009458Z remote: Compressing objects:  28% (53/186)        
2022-01-11T08:57:54.5010175Z remote: Compressing objects:  29% (54/186)        
2022-01-11T08:57:54.5010877Z remote: Compressing objects:  30% (56/186)        
2022-01-11T08:57:54.5011595Z remote: Compressing objects:  31% (58/186)        
2022-01-11T08:57:54.5012299Z remote: Compressing objects:  32% (60/186)        
2022-01-11T08:57:54.5013113Z remote: Compressing objects:  33% (62/186)        
2022-01-11T08:57:54.5013893Z remote: Compressing objects:  34% (64/186)        
2022-01-11T08:57:54.5014600Z remote: Compressing objects:  35% (66/186)        
2022-01-11T08:57:54.5015314Z remote: Compressing objects:  36% (67/186)        
2022-01-11T08:57:54.5016077Z remote: Compressing objects:  37% (69/186)        
2022-01-11T08:57:54.5016801Z remote: Compressing objects:  38% (71/186)        
2022-01-11T08:57:54.5017518Z remote: Compressing objects:  39% (73/186)        
2022-01-11T08:57:54.5018223Z remote: Compressing objects:  40% (75/186)        
2022-01-11T08:57:54.5018936Z remote: Compressing objects:  41% (77/186)        
2022-01-11T08:57:54.5019643Z remote: Compressing objects:  42% (79/186)        
2022-01-11T08:57:54.5020360Z remote: Compressing objects:  43% (80/186)        
2022-01-11T08:57:54.5021074Z remote: Compressing objects:  44% (82/186)        
2022-01-11T08:57:54.5021776Z remote: Compressing objects:  45% (84/186)        
2022-01-11T08:57:54.5022498Z remote: Compressing objects:  46% (86/186)        
2022-01-11T08:57:54.5023207Z remote: Compressing objects:  47% (88/186)        
2022-01-11T08:57:54.5023974Z remote: Compressing objects:  48% (90/186)        
2022-01-11T08:57:54.5024679Z remote: Compressing objects:  49% (92/186)        
2022-01-11T08:57:54.5025397Z remote: Compressing objects:  50% (93/186)        
2022-01-11T08:57:54.5026115Z remote: Compressing objects:  51% (95/186)        
2022-01-11T08:57:54.5026818Z remote: Compressing objects:  52% (97/186)        
2022-01-11T08:57:54.5027535Z remote: Compressing objects:  53% (99/186)        
2022-01-11T08:57:54.5028243Z remote: Compressing objects:  54% (101/186)        
2022-01-11T08:57:54.5028964Z remote: Compressing objects:  55% (103/186)        
2022-01-11T08:57:54.5029712Z remote: Compressing objects:  56% (105/186)        
2022-01-11T08:57:54.5030433Z remote: Compressing objects:  57% (107/186)        
2022-01-11T08:57:54.5031147Z remote: Compressing objects:  58% (108/186)        
2022-01-11T08:57:54.5032458Z remote: Compressing objects:  59% (110/186)        
2022-01-11T08:57:54.5033396Z remote: Compressing objects:  60% (112/186)        
2022-01-11T08:57:54.5034135Z remote: Compressing objects:  61% (114/186)        
2022-01-11T08:57:54.5035071Z remote: Compressing objects:  62% (116/186)        
2022-01-11T08:57:54.5035790Z remote: Compressing objects:  63% (118/186)        
2022-01-11T08:57:54.5036581Z remote: Compressing objects:  64% (120/186)        
2022-01-11T08:57:54.5037289Z remote: Compressing objects:  65% (121/186)        
2022-01-11T08:57:54.5038007Z remote: Compressing objects:  66% (123/186)        
2022-01-11T08:57:54.5038724Z remote: Compressing objects:  67% (125/186)        
2022-01-11T08:57:54.5039477Z remote: Compressing objects:  68% (127/186)        
2022-01-11T08:57:54.5040199Z remote: Compressing objects:  69% (129/186)        
2022-01-11T08:57:54.5040905Z remote: Compressing objects:  70% (131/186)        
2022-01-11T08:57:54.5041632Z remote: Compressing objects:  71% (133/186)        
2022-01-11T08:57:54.5042334Z remote: Compressing objects:  72% (134/186)        
2022-01-11T08:57:54.5043061Z remote: Compressing objects:  73% (136/186)        
2022-01-11T08:57:54.5043781Z remote: Compressing objects:  74% (138/186)        
2022-01-11T08:57:54.5044484Z remote: Compressing objects:  75% (140/186)        
2022-01-11T08:57:54.5045199Z remote: Compressing objects:  76% (142/186)        
2022-01-11T08:57:54.5045903Z remote: Compressing objects:  77% (144/186)        
2022-01-11T08:57:54.5046619Z remote: Compressing objects:  78% (146/186)        
2022-01-11T08:57:54.5047378Z remote: Compressing objects:  79% (147/186)        
2022-01-11T08:57:54.5048087Z remote: Compressing objects:  80% (149/186)        
2022-01-11T08:57:54.5048805Z remote: Compressing objects:  81% (151/186)        
2022-01-11T08:57:54.5049506Z remote: Compressing objects:  82% (153/186)        
2022-01-11T08:57:54.5050255Z remote: Compressing objects:  83% (155/186)        
2022-01-11T08:57:54.5051108Z remote: Compressing objects:  84% (157/186)        
2022-01-11T08:57:54.5051819Z remote: Compressing objects:  85% (159/186)        
2022-01-11T08:57:54.5052535Z remote: Compressing objects:  86% (160/186)        
2022-01-11T08:57:54.5053241Z remote: Compressing objects:  87% (162/186)        
2022-01-11T08:57:54.5053960Z remote: Compressing objects:  88% (164/186)        
2022-01-11T08:57:54.5054668Z remote: Compressing objects:  89% (166/186)        
2022-01-11T08:57:54.5055389Z remote: Compressing objects:  90% (168/186)        
2022-01-11T08:57:54.5056111Z remote: Compressing objects:  91% (170/186)        
2022-01-11T08:57:54.5056862Z remote: Compressing objects:  92% (172/186)        
2022-01-11T08:57:54.5057587Z remote: Compressing objects:  93% (173/186)        
2022-01-11T08:57:54.5058296Z remote: Compressing objects:  94% (175/186)        
2022-01-11T08:57:54.5059014Z remote: Compressing objects:  95% (177/186)        
2022-01-11T08:57:54.5059783Z remote: Compressing objects:  96% (179/186)        
2022-01-11T08:57:54.5060490Z remote: Compressing objects:  97% (181/186)        
2022-01-11T08:57:54.5061217Z remote: Compressing objects:  98% (183/186)        
2022-01-11T08:57:54.5061924Z remote: Compressing objects:  99% (185/186)        
2022-01-11T08:57:54.5062641Z remote: Compressing objects: 100% (186/186)        
2022-01-11T08:57:54.5063385Z remote: Compressing objects: 100% (186/186), done.        
2022-01-11T08:57:54.5064055Z Receiving objects:   0% (1/197)
2022-01-11T08:57:54.5064672Z Receiving objects:   1% (2/197)
2022-01-11T08:57:54.5065320Z Receiving objects:   2% (4/197)
2022-01-11T08:57:54.5065932Z Receiving objects:   3% (6/197)
2022-01-11T08:57:54.5066533Z Receiving objects:   4% (8/197)
2022-01-11T08:57:54.5067149Z Receiving objects:   5% (10/197)
2022-01-11T08:57:54.5067767Z Receiving objects:   6% (12/197)
2022-01-11T08:57:54.5068416Z Receiving objects:   7% (14/197)
2022-01-11T08:57:54.5069088Z Receiving objects:   8% (16/197)
2022-01-11T08:57:54.5069696Z Receiving objects:   9% (18/197)
2022-01-11T08:57:54.5070309Z Receiving objects:  10% (20/197)
2022-01-11T08:57:54.5070999Z Receiving objects:  11% (22/197)
2022-01-11T08:57:54.5071630Z Receiving objects:  12% (24/197)
2022-01-11T08:57:54.5072245Z Receiving objects:  13% (26/197)
2022-01-11T08:57:54.5072846Z Receiving objects:  14% (28/197)
2022-01-11T08:57:54.5073462Z Receiving objects:  15% (30/197)
2022-01-11T08:57:54.5074062Z Receiving objects:  16% (32/197)
2022-01-11T08:57:54.5074674Z Receiving objects:  17% (34/197)
2022-01-11T08:57:54.5075435Z Receiving objects:  18% (36/197)
2022-01-11T08:57:54.5076051Z Receiving objects:  19% (38/197)
2022-01-11T08:57:54.5076666Z Receiving objects:  20% (40/197)
2022-01-11T08:57:54.5077266Z Receiving objects:  21% (42/197)
2022-01-11T08:57:54.5077882Z Receiving objects:  22% (44/197)
2022-01-11T08:57:54.5078480Z Receiving objects:  23% (46/197)
2022-01-11T08:57:54.5079092Z Receiving objects:  24% (48/197)
2022-01-11T08:57:54.5079689Z Receiving objects:  25% (50/197)
2022-01-11T08:57:54.5080310Z Receiving objects:  26% (52/197)
2022-01-11T08:57:54.5080927Z Receiving objects:  27% (54/197)
2022-01-11T08:57:54.5081537Z Receiving objects:  28% (56/197)
2022-01-11T08:57:54.5082153Z Receiving objects:  29% (58/197)
2022-01-11T08:57:54.5082753Z Receiving objects:  30% (60/197)
2022-01-11T08:57:54.5083369Z Receiving objects:  31% (62/197)
2022-01-11T08:57:54.5084021Z Receiving objects:  32% (64/197)
2022-01-11T08:57:54.5084640Z Receiving objects:  33% (66/197)
2022-01-11T08:57:54.5085253Z Receiving objects:  34% (67/197)
2022-01-11T08:57:54.5085853Z Receiving objects:  35% (69/197)
2022-01-11T08:57:54.5086466Z Receiving objects:  36% (71/197)
2022-01-11T08:57:54.5087065Z Receiving objects:  37% (73/197)
2022-01-11T08:57:54.5087683Z Receiving objects:  38% (75/197)
2022-01-11T08:57:54.5088282Z Receiving objects:  39% (77/197)
2022-01-11T08:57:54.5088898Z Receiving objects:  40% (79/197)
2022-01-11T08:57:54.5089563Z Receiving objects:  41% (81/197)
2022-01-11T08:57:54.5090271Z Receiving objects:  42% (83/197)
2022-01-11T08:57:54.5090888Z Receiving objects:  43% (85/197)
2022-01-11T08:57:54.5091494Z Receiving objects:  44% (87/197)
2022-01-11T08:57:54.5092111Z Receiving objects:  45% (89/197)
2022-01-11T08:57:54.5092711Z Receiving objects:  46% (91/197)
2022-01-11T08:57:54.5093371Z Receiving objects:  47% (93/197)
2022-01-11T08:57:54.5093992Z Receiving objects:  48% (95/197)
2022-01-11T08:57:54.5094592Z Receiving objects:  49% (97/197)
2022-01-11T08:57:54.5095204Z Receiving objects:  50% (99/197)
2022-01-11T08:57:54.5095801Z Receiving objects:  51% (101/197)
2022-01-11T08:57:54.5096460Z Receiving objects:  52% (103/197)
2022-01-11T08:57:54.5097065Z Receiving objects:  53% (105/197)
2022-01-11T08:57:54.5097681Z Receiving objects:  54% (107/197)
2022-01-11T08:57:54.5098295Z Receiving objects:  55% (109/197)
2022-01-11T08:57:54.5098896Z Receiving objects:  56% (111/197)
2022-01-11T08:57:54.5099517Z Receiving objects:  57% (113/197)
2022-01-11T08:57:54.5100130Z Receiving objects:  58% (115/197)
2022-01-11T08:57:54.5100745Z Receiving objects:  59% (117/197)
2022-01-11T08:57:54.5101345Z Receiving objects:  60% (119/197)
2022-01-11T08:57:54.5101968Z Receiving objects:  61% (121/197)
2022-01-11T08:57:54.5102584Z Receiving objects:  62% (123/197)
2022-01-11T08:57:54.5103190Z Receiving objects:  63% (125/197)
2022-01-11T08:57:54.5103806Z Receiving objects:  64% (127/197)
2022-01-11T08:57:54.5104402Z Receiving objects:  65% (129/197)
2022-01-11T08:57:54.5105015Z Receiving objects:  66% (131/197)
2022-01-11T08:57:54.5105613Z Receiving objects:  67% (132/197)
2022-01-11T08:57:54.5106234Z Receiving objects:  68% (134/197)
2022-01-11T08:57:54.5106848Z Receiving objects:  69% (136/197)
2022-01-11T08:57:54.5107443Z Receiving objects:  70% (138/197)
2022-01-11T08:57:54.5108058Z Receiving objects:  71% (140/197)
2022-01-11T08:57:54.5108654Z Receiving objects:  72% (142/197)
2022-01-11T08:57:54.5109325Z Receiving objects:  73% (144/197)
2022-01-11T08:57:54.5137063Z Receiving objects:  74% (146/197)
2022-01-11T08:57:54.5137780Z Receiving objects:  75% (148/197)
2022-01-11T08:57:54.5138394Z Receiving objects:  76% (150/197)
2022-01-11T08:57:54.5139584Z Receiving objects:  77% (152/197)
2022-01-11T08:57:54.5140577Z Receiving objects:  78% (154/197)
2022-01-11T08:57:54.5141195Z Receiving objects:  79% (156/197)
2022-01-11T08:57:54.5141812Z Receiving objects:  80% (158/197)
2022-01-11T08:57:54.5142416Z Receiving objects:  81% (160/197)
2022-01-11T08:57:54.5143032Z Receiving objects:  82% (162/197)
2022-01-11T08:57:54.5143634Z Receiving objects:  83% (164/197)
2022-01-11T08:57:54.5144250Z Receiving objects:  84% (166/197)
2022-01-11T08:57:54.5144864Z Receiving objects:  85% (168/197)
2022-01-11T08:57:54.5181121Z Receiving objects:  86% (170/197)
2022-01-11T08:57:54.5182345Z Receiving objects:  87% (172/197)
2022-01-11T08:57:54.5183734Z Receiving objects:  88% (174/197)
2022-01-11T08:57:54.5191110Z Receiving objects:  89% (176/197)
2022-01-11T08:57:54.5241086Z Receiving objects:  90% (178/197)
2022-01-11T08:57:54.5242329Z Receiving objects:  91% (180/197)
2022-01-11T08:57:54.5243403Z Receiving objects:  92% (182/197)
2022-01-11T08:57:54.5244025Z Receiving objects:  93% (184/197)
2022-01-11T08:57:54.5245790Z Receiving objects:  94% (186/197)
2022-01-11T08:57:54.5298242Z Receiving objects:  95% (188/197)
2022-01-11T08:57:54.5299614Z remote: Total 197 (delta 23), reused 114 (delta 6), pack-reused 0        
2022-01-11T08:57:54.5300372Z Receiving objects:  96% (190/197)
2022-01-11T08:57:54.5300984Z Receiving objects:  97% (192/197)
2022-01-11T08:57:54.5301601Z Receiving objects:  98% (194/197)
2022-01-11T08:57:54.5302216Z Receiving objects:  99% (196/197)
2022-01-11T08:57:54.5302818Z Receiving objects: 100% (197/197)
2022-01-11T08:57:54.5303507Z Receiving objects: 100% (197/197), 2.04 MiB | 20.10 MiB/s, done.
2022-01-11T08:57:54.5304165Z Resolving deltas:   0% (0/23)
2022-01-11T08:57:54.5304764Z Resolving deltas:   4% (1/23)
2022-01-11T08:57:54.5305533Z Resolving deltas:   8% (2/23)
2022-01-11T08:57:54.5306579Z Resolving deltas:  13% (3/23)
2022-01-11T08:57:54.5307197Z Resolving deltas:  17% (4/23)
2022-01-11T08:57:54.5307775Z Resolving deltas:  21% (5/23)
2022-01-11T08:57:54.5308381Z Resolving deltas:  26% (6/23)
2022-01-11T08:57:54.5308966Z Resolving deltas:  30% (7/23)
2022-01-11T08:57:54.5309558Z Resolving deltas:  34% (8/23)
2022-01-11T08:57:54.5310402Z Resolving deltas:  39% (9/23)
2022-01-11T08:57:54.5311004Z Resolving deltas:  43% (10/23)
2022-01-11T08:57:54.5311605Z Resolving deltas:  47% (11/23)
2022-01-11T08:57:54.5312876Z Resolving deltas:  52% (12/23)
2022-01-11T08:57:54.5313479Z Resolving deltas:  56% (13/23)
2022-01-11T08:57:54.5314061Z Resolving deltas:  60% (14/23)
2022-01-11T08:57:54.5314655Z Resolving deltas:  65% (15/23)
2022-01-11T08:57:54.5315475Z Resolving deltas:  69% (16/23)
2022-01-11T08:57:54.5316080Z Resolving deltas:  73% (17/23)
2022-01-11T08:57:54.5317022Z Resolving deltas:  78% (18/23)
2022-01-11T08:57:54.5317612Z Resolving deltas:  82% (19/23)
2022-01-11T08:57:54.5318227Z Resolving deltas:  86% (20/23)
2022-01-11T08:57:54.5319278Z Resolving deltas:  91% (21/23)
2022-01-11T08:57:54.5321132Z Resolving deltas:  95% (22/23)
2022-01-11T08:57:54.5324119Z Resolving deltas: 100% (23/23)
2022-01-11T08:57:54.5324742Z Resolving deltas: 100% (23/23), done.
2022-01-11T08:57:54.5430829Z From https://github.com/pi-hole/AdminLTE
2022-01-11T08:57:54.5432326Z  * [new ref]         682a174330d37c4bb8222ff371a3a4b7d363fafa -> origin/master
2022-01-11T08:57:54.5456271Z ##[endgroup]
2022-01-11T08:57:54.5457802Z ##[group]Determining the checkout info
2022-01-11T08:57:54.5459776Z ##[endgroup]
2022-01-11T08:57:54.5460920Z ##[group]Checking out the ref
2022-01-11T08:57:54.5465573Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
2022-01-11T08:57:54.5950038Z Reset branch 'master'
2022-01-11T08:57:54.5954447Z Branch 'master' set up to track remote branch 'master' from 'origin'.
2022-01-11T08:57:54.5961523Z ##[endgroup]
2022-01-11T08:57:54.6014874Z [command]/usr/bin/git log -1 --format='%H'
2022-01-11T08:57:54.6050258Z '682a174330d37c4bb8222ff371a3a4b7d363fafa'
2022-01-11T08:57:54.6267029Z ##[group]Run tretuna/sync-branches@1.4.0
2022-01-11T08:57:54.6267672Z with:
2022-01-11T08:57:54.6268955Z   GITHUB_TOKEN: ***
2022-01-11T08:57:54.6269495Z   FROM_BRANCH: master
2022-01-11T08:57:54.6270043Z   TO_BRANCH: devel
2022-01-11T08:57:54.6270601Z   CONTENT_COMPARISON: true
2022-01-11T08:57:54.6271170Z   REVIEWERS: []
2022-01-11T08:57:54.6271699Z   TEAM_REVIEWERS: []
2022-01-11T08:57:54.6273011Z ##[endgroup]
2022-01-11T08:57:54.7110796Z Should a pull request to devel from master be created?
2022-01-11T08:57:54.7472890Z (node:1647) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
2022-01-11T08:57:55.5088538Z There is already a pull request (1813) to devel from master. You can view it here: https://api.github.com/repos/pi-hole/AdminLTE/pulls/1813
2022-01-11T08:57:55.5090635Z 
2022-01-11T08:57:55.5133388Z 
2022-01-11T08:57:55.5279577Z ##[group]Run actions-ecosystem/action-add-labels@v1
2022-01-11T08:57:55.5280397Z with:
2022-01-11T08:57:55.5280860Z   labels: internal
2022-01-11T08:57:55.5281458Z   repo: pi-hole/AdminLTE
2022-01-11T08:57:55.5282023Z   number: 1813
2022-01-11T08:57:55.5283136Z   github_token: ***
2022-01-11T08:57:55.5283689Z ##[endgroup]
2022-01-11T08:57:56.1359895Z Post job cleanup.
2022-01-11T08:57:56.2996579Z [command]/usr/bin/git version
2022-01-11T08:57:56.3051542Z git version 2.34.1
2022-01-11T08:57:56.3092617Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2022-01-11T08:57:56.3137955Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2022-01-11T08:57:56.3458184Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2022-01-11T08:57:56.3487921Z http.https://github.com/.extraheader
2022-01-11T08:57:56.3500025Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2022-01-11T08:57:56.3542006Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2022-01-11T08:57:56.3920276Z Cleaning up orphan processes
@TreTuna
Copy link
Owner

TreTuna commented Jan 21, 2022

Ohhh, interesting! I'll try to look into this soon.

@PromoFaux
Copy link
Author

@TreTuna happened again 😔

Perhaps I should also find an action that autocloses forked PRs from the fork's master branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants