Skip to content

Commit

Permalink
Merge pull request #60 from AnirudhVIyer/test_branch2
Browse files Browse the repository at this point in the history
Test binder 3 (with thank.yml)
  • Loading branch information
AnirudhVIyer authored Jun 26, 2023
2 parents 26b761c + 48a8e45 commit d483d79
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/binder-badge.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Binder Badge
on:
pull_request:
types: [opened, synchronize]
pull_request_target:
types: [opened, synchronize]
jobs:
Expand Down Expand Up @@ -29,4 +27,4 @@ jobs:
owner: owner,
repo: repo,
body: `[![Binder](https://mybinder.org/badge_logo.svg)](https://binder.ploomber.io/v2/gh/${PR_HEAD_USERREPO}/${PR_HEAD_REF}) :point_left: Launch a binder notebook on branch _${PR_HEAD_USERREPO}/${PR_HEAD_REF}_`
});
});
14 changes: 14 additions & 0 deletions .github/workflows/thank.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Thank Contributor
on: pull_request_target

jobs:
thank_contributor:
runs-on: ubuntu-latest
steps:
- name: Comment PR
uses: thollander/actions-comment-pull-request@v1
with:
message: |
Thank you for your contribution. We aim to review it within 48 hours!
comment_includes: "Thank you"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# CHANGELOG

## 0.1.39dev

testbinber 2

test binder 1


## 0.1.38 (2023-03-30)

## 0.1.37 (2023-03-30)
Expand Down

0 comments on commit d483d79

Please sign in to comment.