Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] What does this mean: The nested job 'message-check' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'?
  • From: Christopher Genly <genly@xxxxxxxxxxxxxxxxx>
  • Date: Fri, 25 Aug 2023 18:58:29 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=coherentlogix.com; dmarc=pass action=none header.from=coherentlogix.com; dkim=pass header.d=coherentlogix.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=lj9xDesPr54VBPCZlk5rt6Za45cSoOVeIRjRUiGIms0=; b=oMF9MbVMQ/ZMCb4xrUVaIyU3d4TckJRhV9T3shTpY8GRBg71jASgCIUtS3KQlK4Lx06tkbREDh9XKlldulHlmm7Q0vTZX+lNEDbRUiMnAJt2puWExuwCAxRM/bvJOr/kUbyngnhu9EB9kx9mjGb3tfmeevO77FxIp/Vpmdw4NhNHya/cGtY5SVgkAr4Gn8caKoqRgfkAEVbd2wiiPQjA5rHMsTyEIYCB/9D7YDhAxgAaNRz6Jkeq90SB8t1EmphoQjuOeqRSzjeIaQocxi+tfyvb+LKpf2Hq4pg+ekymfTqVyZzWbyUmpCY3ekClNPCzODrfv4QA7wssCUTrMDmhww==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=KRSjhuJjQFQt2M7/ilEbNhgIE9GUW/PN7eHDPiBL95FqW5ApTD/vGzdmVFUP+J9SNR6Sm3nIGPeb1hkr9zNzkWODJAVCb3fEaoApF9H5zokLVmO6MAmhYja+w6bHT4mdnuZHXdMEUNYVMZ+bjrFgcBz5haY8KtZwhb/ea44HYNuGrNWz2+ZtoO9zq9AwctPTox6UALgP54UglX2fTHA3hfukSEwERYgzYDILd2kUq4qzE771Ut+qS19i22rgFcAn/G9HXQoYgC6IiYOGqcpKQw1w2Ix/DLSKLlVbyY65cfOvsoMofh5vEiLD0vYvLAHhadDdIe+ifK7MlaLm9Zyerg==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHZ14WbKfcNwWqH2kydiBsd78o27A==
  • Thread-topic: What does this mean: The nested job 'message-check' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'?

I just pushed a change to my branch.  This error is reported:
Invalid workflow file: .github/workflows/ci.yml#L16
The workflow is not valid. .github/workflows/ci.yml (Line: 16, Col: 3): Error calling workflow 'eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master'. The nested job 'message-check' is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.

This is from:


What does it mean and how do I fix it?

This is where my fork is:



Back to the top