8000 [WIP] tag PRs using alert blocks by znck · Pull Request #107 · vuejs/docs · GitHub
[go: up one dir, main page]

Skip to content
/ docs Public

[WIP] tag PRs using alert blocks #107

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 28, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: label PRs with review-alert-box
  • Loading branch information
znck committed Jul 27, 2020
commit b578bff5a29681ca47a6cf3ca36d6f5c58ad7ce2
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['Uses alert blocks']
labels: ['review-alert-box']
})
}
})
7 changes: 0 additions & 7 deletions src/test.md

This file was deleted.

0