gpt4 book ai didi

github - 如何在 Github Actions 中检查 Pull Request 是否存在合并冲突

转载 作者:行者123 更新时间:2023-12-05 05:43:59 24 4
gpt4 key购买 nike

我希望能够确定 Pull Request 在 GitHub Action 的管道中是否存在合并冲突,以及它们是否运行echo this PR has merge conflicts

最佳答案

你可以试试 olivernybroe/action-conflict-finder ,例如:

on: [push]

jobs:
merge_conflict_job:
runs-on: ubuntu-latest
name: Find merge conflicts
steps:
# Checkout the source code so we have some files to look at.
- uses: actions/checkout@v2
# Run the actual merge conflict finder
- name: Merge Conflict finder
uses: olivernybroe/action-conflict-finder@v2.0

关于github - 如何在 Github Actions 中检查 Pull Request 是否存在合并冲突,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71690573/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com