Skip to content

Commit 5dc6daf

Browse files
authored
Add automation for code samples (#3030)
1 parent 1d86fb0 commit 5dc6daf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add PR to Code Samples Changes project
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize]
6+
paths:
7+
- .code-samples.meilisearch.yaml
8+
9+
jobs:
10+
add-pr-to-project:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/add-to-project@v1
14+
with:
15+
project-url: https://github.com/orgs/meilisearch/projects/44
16+
github-token: ${{ secrets.MEILI_BOT_GH_PAT }}

0 commit comments

Comments
 (0)