Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
chore(gha): comment on PR about reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchabran committed May 14, 2024
1 parent 0246fa8 commit 7bf3da5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/notion-migration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Notion Migration

on:
# pull_request:
# types: [opened]
push:

jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: ":warning: As we're migrating to Notion, we want to make sure that changes to the handbook are only absolutely necessary. To ensure it'is the case, it's now mandatory to get an approving review to merge a pull request."
})

0 comments on commit 7bf3da5

Please sign in to comment.