neetob 0.5.41 → 0.5.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98c190297538e0ff35ec285c6e8f21b002bb749661f7e14a70b8cc663b5bc04a
4
- data.tar.gz: d1d592d58617f3c556ed5d356bb3a6f5d2163282c96af8b896f5f02a4076ce76
3
+ metadata.gz: 6dbf5043b2f0a3090802f94dacd433f88db18caa39b9373e14c5c2ab98226362
4
+ data.tar.gz: 3ff55b52c9de566459ddea6f355facb6109a37f69ae6cb92cdd19c9fa88c0f01
5
5
  SHA512:
6
- metadata.gz: 6e90c4c27c9adfff3335236be1bbd772c1e7ab0ea872ab690711ef85ec4afe01649074779b06cdb9b3efebd66f77ed77618aeb3a3f8f67028f943b7e8f0b1ade
7
- data.tar.gz: e5dd827105c4a6587db0a7e85b00a078c7171d462a4b5d88dc396d8a480ff06397f317eddb5fc1679b5d5f16c7c47b5953f347e1387dbda917df0003c2b11efc
6
+ metadata.gz: 25690c64bcb16de90a98ebf979863b398d4d3b9c55e20413ecab078f8aaca7ac23b7498e24ccd7182633b7ce08a3bd56723972c141be64f7e1b04ea55a5d8cef
7
+ data.tar.gz: f864052e1d5bd44c35d44f5d2991a40764879ac3c7ae5c52e0de1121c241925868180f6617be967a301eac7f20e88028ffab7c49692f9f8bea4f1e6533ef8c15
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neetob (0.5.41)
4
+ neetob (0.5.42)
5
5
  actionview
6
6
  activesupport
7
7
  brakeman (~> 5.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Neetob
4
- VERSION = "0.5.41"
4
+ VERSION = "0.5.42"
5
5
  end
@@ -0,0 +1,7 @@
1
+ gh project item-list <your-board-number> --format json --owner bigbinary --limit 1000 > issues.json
2
+
3
+ jq -r '.items[] | select(.status == "<milestone-status-title>") | .content.url' issues.json > issue_urls.txt
4
+
5
+ while read issue; do
6
+ gh issue edit "$issue" --add-label "<label-name>";
7
+ done < issue_urls.txt
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neetob
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.41
4
+ version: 0.5.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - Udai Gupta
@@ -324,6 +324,7 @@ files:
324
324
  - lib/neetob/version.rb
325
325
  - neetob.gemspec
326
326
  - overcommit.yml
327
+ - scripts/add_label_to_milestone_issues.sh
327
328
  - scripts/delete_unused_assets.rb
328
329
  homepage: https://github.com/bigbinary/neetob
329
330
  licenses: