shopify_api 10.0.0 → 10.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c176457d998b9931226f755fdc278d952efab223a7575bdd56e940b7e581ead8
4
- data.tar.gz: ec0fafe2ca693fd8e2797a8af64c0c7ec18c7b807d5744b3975588442e2dc338
3
+ metadata.gz: d5566b419b5746a7a8f599fb407d09c50790e82b2afbd6945fbd3e05cb56ed5b
4
+ data.tar.gz: 0f0daa7279c2462dbd73827a1a8bac8b0770830165c6e2cca24121c0a3fd6b61
5
5
  SHA512:
6
- metadata.gz: dfc2828ff4b3c1c43ef5bacd2616425294089060031f87f455f1245130da17549f1167579744ae0a91c2ca1db7e88318a95f696f48e985aea193d09d417aa116
7
- data.tar.gz: f1a072eb58fd2b718e58f76d6ec2f2f8a0f769290aaa56cfab4ce61d67f2225ef90bfc957cbadd5b9bc08113ecf9172342f7fc8a7bc6ed888f01b50b28f06dde
6
+ metadata.gz: 39727e5deee75a0c018b923dc9dc29dd92a0903379c33089308c2a063d9c03bd776c4ed5e75f6b518064e4d96da2793d77bf610d6f49880f7c83bb6f4403f498
7
+ data.tar.gz: 4bb282024fc568bd2bd86ef40c8d0fc3da93d94efd950be9de7972b6ed427e7f34f7a743818b895348e5d4211604d40d04011b887f35362f64d0f79af0ecdbf6
@@ -1,6 +1,6 @@
1
1
  ## Description
2
2
 
3
- Fixes https://github.com/Shopify/first-party-library-planning/issues/<issue-number>
3
+ Fixes #<issue-number>
4
4
 
5
5
  Please, include a summary of what the PR is for:
6
6
  - What is the problem it is solving?
@@ -17,4 +17,4 @@ Please, describe the tests that you ran to verify your changes.
17
17
  - [ ] I have performed a self-review of my own code.
18
18
  - [ ] I have added tests that prove my fix is effective or that my feature works.
19
19
  - [ ] I have updated the project documentation.
20
- - [ ] I have added a changelog line.
20
+ - [ ] I have added a changelog line.
@@ -2,6 +2,7 @@ name: CI
2
2
 
3
3
  on:
4
4
  - push
5
+ - pull_request
5
6
 
6
7
  jobs:
7
8
  build: