Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update auto-notify bot for array-api label #5725

Merged
merged 2 commits into from
Sep 27, 2021

Conversation

kmaehashi
Copy link
Member

@kmaehashi kmaehashi commented Sep 9, 2021

Adding array-api notification to @asmeurer 馃帀
#5698 (comment)

The workflow is tested here: kmaehashi/sandbox#12

@@ -10,23 +10,27 @@ jobs:
auto-notify:
if: |
github.repository_owner == 'cupy' &&
github.event.label.name == 'hip'
contains('|hip|array-api|', github.event.label.name)
Copy link
Member Author

@kmaehashi kmaehashi Sep 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately env is not accessible from within if condition. (env.NOTIFY_TARGETS does not work)

@asi1024 asi1024 self-assigned this Sep 10, 2021
Co-authored-by: Leo Fang <leo80042@gmail.com>
@kmaehashi kmaehashi added this to the v10.0.0b3 milestone Sep 27, 2021
@kmaehashi
Copy link
Member Author

Let me merge this and check it's working.

@kmaehashi kmaehashi merged commit 00e7a78 into cupy:master Sep 27, 2021
@kmaehashi kmaehashi deleted the auto-notify-array-api branch September 27, 2021 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants