github-automate:脚本和配置文件以自动化GitHub工作流程

时间:2024-03-02 23:35:04
【文件属性】:

文件名称:github-automate:脚本和配置文件以自动化GitHub工作流程

文件大小:413KB

文件格式:ZIP

更新时间:2024-03-02 23:35:04

Shell

Github自动化 快速了解如何配置GitHub Actions工作流,使其仅在提交消息中存在特定短语时才运行。 工具GitHub动作 我要诚实地说一秒钟。 我写了很多WIP提交。 这些提交通常是我想推送到GitHub的小更改,以便: 如果出现任何问题并且备份没有恢复,我也不会丢失任何东西。 如果我无法描述我所做的更改。 如果我要向某人演示某项拉取请求。 问题是,我的操作被设置为在推送上运行,因此每个单独的wip提交都会在CI流程中运行,无论它是运行测试,整理还是格式化。 经过研究,我发现了一种防止它们在每次提交时运行的方法。 作业:格式:运行于:ubuntu-latest如果:“!contains(github.event.head_commit.message,'wip')”现在,每当我推送一个wip commit或任何包含wip这个词的提交时,标记为在GitHub操作中已跳过。


【文件预览】:
github-automate-master
----bad_file_example.js.md(2KB)
----.github()
--------workflows()
----issues.sh(396B)
----guides()
--------Create Issue Action · Actions · GitHub Marketplace.pdf(78KB)
--------GitHub Actions_ Basics. In modern days developing softwares… _ by Raju Ahmed Shetu _ intelligentmachines _ Medium.pdf(218KB)
--------Move labeled or milestoned issue to a specific project column · Actions · GitHub Marketplace.pdf(159KB)
----bad_file_example.js(421B)
----documentation.sh(761B)
----README.md(2KB)

网友评论