Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

actions_code_examples.yml 9.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
  1. - title: Example services
  2. description: Example workflows using service containers
  3. languages: JavaScript
  4. href: actions/example-services
  5. tags:
  6. - service containers
  7. - title: Declaratively setup GitHub Labels
  8. description: GitHub Action to declaratively setup labels across repos
  9. languages: JavaScript
  10. href: lannonbr/issue-label-manager-action
  11. tags:
  12. - issues
  13. - labels
  14. - title: Declaratively sync GitHub labels
  15. description: GitHub Action to sync GitHub labels in the declarative way
  16. languages: 'Go, Dockerfile'
  17. href: micnncim/action-label-syncer
  18. tags:
  19. - issues
  20. - labels
  21. - title: Add releases to GitHub
  22. description: Publish GitHub releases in an action
  23. languages: 'Dockerfile, Shell'
  24. href: elgohr/Github-Release-Action
  25. tags:
  26. - releases
  27. - publishing
  28. - title: Publish a docker image to Dockerhub
  29. description: A GitHub Action used to build and publish Docker images
  30. languages: 'Dockerfile, Shell'
  31. href: elgohr/Publish-Docker-Github-Action
  32. tags:
  33. - docker
  34. - publishing
  35. - build
  36. - title: Create an issue using content from a file
  37. description: A GitHub action to create an issue using content from a file
  38. languages: 'JavaScript, Python'
  39. href: peter-evans/create-issue-from-file
  40. tags:
  41. - issues
  42. - title: Publish GitHub Releases with Assets
  43. description: GitHub Action for creating GitHub Releases
  44. languages: 'TypeScript, Shell, JavaScript'
  45. href: softprops/action-gh-release
  46. tags:
  47. - releases
  48. - publishing
  49. - title: GitHub Project Automation+
  50. description: Automate GitHub Project cards with any webhook event
  51. languages: JavaScript
  52. href: alex-page/github-project-automation-plus
  53. tags:
  54. - projects
  55. - automation
  56. - issues
  57. - pull requests
  58. - title: Run GitHub Actions Locally with a web interface
  59. description: Runs GitHub Actions workflows locally (local)
  60. languages: 'JavaScript, HTML, Dockerfile, CSS'
  61. href: phishy/wflow
  62. tags:
  63. - local-development
  64. - devops
  65. - docker
  66. - title: Run your GitHub Actions locally
  67. description: Run GitHub Actions Locally in Terminal
  68. languages: 'Go, Shell'
  69. href: nektos/act
  70. tags:
  71. - local-development
  72. - devops
  73. - docker
  74. - title: Build and Publish Android debug APK
  75. description: Build and release debug APK from your Android project
  76. languages: 'Shell, Dockerfile'
  77. href: ShaunLWM/action-release-debugapk
  78. tags:
  79. - android
  80. - build
  81. - title: Generate sequential build numbers for GitHub Actions
  82. description: GitHub action for generating sequential build numbers.
  83. languages: JavaScript
  84. href: einaregilsson/build-number
  85. tags:
  86. - build
  87. - automation
  88. - title: GitHub actions to push back to repository
  89. description: Push Git changes to GitHub repository without authentication difficulties
  90. languages: 'JavaScript, Shell'
  91. href: ad-m/github-push-action
  92. tags:
  93. - publishing
  94. - title: Generate release notes based on your events
  95. description: Action to auto generate a release note based on your events
  96. languages: 'Shell, Dockerfile'
  97. href: Decathlon/release-notes-generator-action
  98. tags:
  99. - releases
  100. - publishing
  101. - title: Create a GitHub wiki page based on the provided markdown file
  102. description: Create a GitHub wiki page based on the provided markdown file
  103. languages: 'Shell, Dockerfile'
  104. href: Decathlon/wiki-page-creator-action
  105. tags:
  106. - wiki
  107. - publishing
  108. - title: Label your Pull Requests auto-magically (using committed files)
  109. description: GitHub action to label your pull requests auto-magically (using committed files)
  110. languages: 'TypeScript, Dockerfile, JavaScript'
  111. href: Decathlon/pull-request-labeler-action
  112. tags:
  113. - projects
  114. - issues
  115. - labels
  116. - title: Add Label to your Pull Requests based on the author team name
  117. description: GitHub action to label your pull requests based on the author name
  118. languages: 'TypeScript, JavaScript'
  119. href: JulienKode/team-labeler-action
  120. tags:
  121. - pull request
  122. - labels
  123. - title: Get a list of file changes with a PR/Push
  124. description: This action gives you will get outputs of the files that have changed in your repository
  125. languages: 'TypeScript, Shell, JavaScript'
  126. href: trilom/file-changes-action
  127. tags:
  128. - workflow
  129. - repository
  130. - title: Private actions in any workflow
  131. description: Allows private GitHub Actions to be easily reused
  132. languages: 'TypeScript, JavaScript, Shell'
  133. href: InVisionApp/private-action-loader
  134. tags:
  135. - workflow
  136. - tools
  137. - title: Label your issues using the issue's contents
  138. description: A GitHub Action to automatically tag issues with labels and assignees
  139. languages: 'JavaScript, TypeScript'
  140. href: damccorm/tag-ur-it
  141. tags:
  142. - workflow
  143. - tools
  144. - labels
  145. - issues
  146. - title: Rollback a GitHub Release
  147. description: A GitHub Action to rollback or delete a release
  148. languages: 'JavaScript'
  149. href: author/action-rollback
  150. tags:
  151. - workflow
  152. - releases
  153. - title: Lock closed issues and Pull Requests
  154. description: GitHub Action that locks closed issues and pull requests after a period of inactivity
  155. languages: 'JavaScript'
  156. href: dessant/lock-threads
  157. tags:
  158. - issues
  159. - pull requests
  160. - workflow
  161. - title: Get Commit Difference Count Between Two Branches
  162. description: This GitHub Action compares two branches and gives you the commit count between them
  163. languages: 'JavaScript, Shell'
  164. href: jessicalostinspace/commit-difference-action
  165. tags:
  166. - commit
  167. - diff
  168. - workflow
  169. - title: Generate Release Notes Based on Git References
  170. description: GitHub Action to generate changelogs, and release notes
  171. languages: 'JavaScript, Shell'
  172. href: metcalfc/changelog-generator
  173. tags:
  174. - cicd
  175. - release-notes
  176. - workflow
  177. - changelog
  178. - title: Enforce Policies on GitHub Repositories and Commits
  179. description: Policy enforcement for your pipelines
  180. languages: 'Go, Makefile, Dockerfile, Shell'
  181. href: talos-systems/conform
  182. tags:
  183. - docker
  184. - build-automation
  185. - workflow
  186. - title: Auto Label Issue Based
  187. description: Automatically label an issue based on the issue description
  188. languages: 'TypeScript, JavaScript, Dockerfile'
  189. href: Renato66/auto-label
  190. tags:
  191. - labels
  192. - workflow
  193. - automation
  194. - title: Update Configured GitHub Actions to the Latest Versions
  195. description: CLI tool to check whehter all your actions are up-to-date or not
  196. languages: 'C#, Inno Setup, PowerSHell, Shell'
  197. href: fabasoad/ghacu
  198. tags:
  199. - versions
  200. - cli
  201. - workflow
  202. - title: Create Issue Branch
  203. description: GitHub Action that automates the creation of issue branches
  204. languages: 'JavaScript, Shell'
  205. href: robvanderleek/create-issue-branch
  206. tags:
  207. - probot
  208. - issues
  209. - labels
  210. - title: Remove old artifacts
  211. description: Customize artifact cleanup
  212. languages: 'JavaScript, Shell'
  213. href: c-hive/gha-remove-artifacts
  214. tags:
  215. - artifacts
  216. - workflow
  217. - title: Sync Defined Files/Binaries to Wiki or External Repositories
  218. description: GitHub Action to automatically sync changes to external repositories, like the wiki, for example
  219. languages: 'Shell, Dockerfile'
  220. href: kai-tub/external-repo-sync-action
  221. tags:
  222. - wiki
  223. - sync
  224. - workflow
  225. - title: Create/Update/Delete a GitHub Wiki page based on any file
  226. description: Updates your GitHub wiki by using rsync, allowing for exclusion of files and directories and actual deletion of files
  227. languages: 'Shell, Dockerfile'
  228. href: Andrew-Chen-Wang/github-wiki-action
  229. tags:
  230. - wiki
  231. - docker
  232. - workflow
  233. - title: Prow GitHub Actions
  234. description: Automation of policy enforcement, chat-ops, and automatic PR merging
  235. languages: 'TypeScript, JavaScript'
  236. href: jpmcb/prow-github-actions
  237. tags:
  238. - chat-ops
  239. - prow
  240. - workflow
  241. - title: Check GitHub Status in your Workflow
  242. description: Check GitHub Status in your workflow
  243. languages: 'TypeScript, JavaScript'
  244. href: crazy-max/ghaction-github-status
  245. tags:
  246. - status
  247. - monitoring
  248. - workflow
  249. - title: Manage labels on GitHub as code
  250. description: GitHub Action to manage labels (create/rename/update/delete)
  251. languages: 'TypeScript, JavaScript'
  252. href: crazy-max/ghaction-github-labeler
  253. tags:
  254. - labels
  255. - workflow
  256. - automation
  257. - title: Distribute funding in free and open source projects
  258. description: Continuous Distribution of funding to project contributors and dependencies
  259. languages: 'Python, Dockerfile, Shell, Ruby'
  260. href: protontypes/libreselery
  261. tags:
  262. - sponsors
  263. - funding
  264. - payment
  265. - title: Herald rules for GitHub
  266. description: Add reviewers, subscribers, labels and assignees to your PR
  267. languages: 'TypeScript, JavaScript'
  268. href: gagoar/use-herald-action
  269. tags:
  270. - reviewers
  271. - labels
  272. - assignees
  273. - pull request
  274. - title: Codeowner validator
  275. description: Ensures the correctness of your GitHub CODEOWNERS file, supports public and private GitHub repositories and also GitHub Enterprise installations
  276. languages: 'Go, Shell, Makefile, Dockerfile'
  277. href: mszostok/codeowners-validator
  278. tags:
  279. - codeowners
  280. - validate
  281. - workflow
  282. - title: Copybara Action
  283. description: Move and transform code between repositories (ideal to maintain several repos from one monorepo)
  284. languages: 'TypeScript, JavaScript, Shell'
  285. href: olivr/copybara-action
  286. tags:
  287. - monorepo
  288. - copybara
  289. - workflow
  290. - title: Deploy static files to GitHub Pages
  291. description: GitHub Action to publish website to GitHub Pages automatically
  292. languages: 'TypeScript, JavaScript'
  293. href: peaceiris/actions-gh-pages
  294. tags:
  295. - publishing
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...