We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556eaf4 commit 614aa56Copy full SHA for 614aa56
bin/notes-github-pr.rb
@@ -81,6 +81,7 @@ def git(*cmd, repo_path: nil)
81
github.pulls(owner: 'ruby', repo: 'ruby', commit_sha: sha).each do |pull|
82
number = pull.fetch('number')
83
url = pull.fetch('html_url')
84
+ next unless url.start_with?('https://github.com/ruby/ruby/pull/')
85
86
message = Git.commit_message(sha)
87
notes = Git.notes_message(sha)
0 commit comments