test-macstadium-macos1015-x64-1 linker incompatibility? ld: unsupported tapi file type '!tapi-tbd' in YAML #5208
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Code Freeze Bot | |
# Controls when the workflow will run | |
on: | |
pull_request_target: | |
branches: [ "master" ] | |
issue_comment: | |
types: [created] | |
permissions: | |
contents: write | |
pull-requests: write | |
jobs: | |
codefreeze: | |
uses: adoptium/.github/.github/workflows/code-freeze.yml@main | |
secrets: inherit |