文件名称:the-good-place:GitHub Action,让您成为The Good Place中自己社区(您的存储库)的架构师
文件大小:456KB
文件格式:ZIP
更新时间:2024-05-04 22:09:59
javascript octokit-js github-actions JavaScript
GitHub Action,让您成为The Good Place中自己社区(您的存储库)的架构师 :fried_shrimp: 特征 将“问题”和“拉取请求”中的诅咒词替换为“好地方”中的已批准词 当您第一次标记问题时,评论一个分叉的准确GIF(支持GitHub的) :face_with_monocle: 如何使用 在存储库的.github/workflows目录中创建一个名为action.yml的新文件,然后复制下面的代码。 on : issues : types : [opened, edited, labeled] issue_comment : types : [created, edited] pull_request : types : [opened, edited] pull_request_review_comment : types : [created, edited] j
【文件预览】:
the-good-place-master
----.github()
--------workflows()
----action.yml(222B)
----src()
--------words.js(782B)
--------gifs.js(5KB)
----images()
--------feature1.png(106KB)
--------curse.png(55KB)
--------feature2.png(237KB)
--------hero.png(10KB)
----LICENSE(1KB)
----README.md(2KB)
----dist()
--------index.js(192KB)
----.gitignore(14B)
----index.js(3KB)
----package-lock.json(7KB)
----package.json(584B)