diff --git a/.github/workflows/label_community_cards.yml b/.github/workflows/label_community_cards.yml index 373cb159f6..d68d3245aa 100644 --- a/.github/workflows/label_community_cards.yml +++ b/.github/workflows/label_community_cards.yml @@ -19,5 +19,5 @@ jobs: labels: ['community'] }) if: | - github.event.issue.user.login != 'fallwith' && github.event.issue.user.login != 'kaylareopelle' && github.event.issue.user.login != 'tannalynn' && github.event.issue.user.login != 'angelatan2' && github.event.issue.user.login != 'elucus' && - github.event.pull_request.user.login != 'fallwith' && github.event.pull_request.user.login != 'kaylareopelle' && github.event.pull_request.user.login != 'tannalynn' && github.event.pull_request.user.login != 'angelatan2' && github.event.pull_request.user.login != 'elucus' + github.event.issue.user.login != 'fallwith' && github.event.issue.user.login != 'kaylareopelle' && github.event.issue.user.login != 'tannalynn' && github.event.issue.user.login != 'angelatan2' && github.event.issue.user.login != 'elucus' && github.event.issue.user.login != 'hannahramadan' && + github.event.pull_request.user.login != 'fallwith' && github.event.pull_request.user.login != 'kaylareopelle' && github.event.pull_request.user.login != 'tannalynn' && github.event.pull_request.user.login != 'angelatan2' && github.event.pull_request.user.login != 'elucus' && github.event.pull_request.user.login != 'hannahramadan' diff --git a/infinite_tracing/newrelic-infinite_tracing.gemspec b/infinite_tracing/newrelic-infinite_tracing.gemspec index e49847657c..99b5f45296 100644 --- a/infinite_tracing/newrelic-infinite_tracing.gemspec +++ b/infinite_tracing/newrelic-infinite_tracing.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.version = NewRelic::VERSION::STRING s.required_ruby_version = '>= 2.5.0' s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= - s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch"] + s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch", "Hannah Ramadan"] s.licenses = ['Apache-2.0'] s.description = <<-EOS The New Relic Ruby agent requires the gem newrelic_rpm, and it includes distributed diff --git a/newrelic_rpm.gemspec b/newrelic_rpm.gemspec index be1e5f38e3..6fc9d58e17 100644 --- a/newrelic_rpm.gemspec +++ b/newrelic_rpm.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.version = NewRelic::VERSION::STRING s.required_ruby_version = '>= 2.2.0' s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= - s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch"] + s.authors = ["Tanna McClure", "Kayla Reopelle", "James Bunch", "Hannah Ramadan"] s.licenses = ['Apache-2.0'] s.description = <<-EOS New Relic is a performance management system, developed by New Relic,