fastlane-plugin-stream_actions 0.3.107 → 0.3.108

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: 9db48bafeb0f1e7575d5aede5126b71ca0e398ebdc5a117e7b2269d24d18ee71
4
- data.tar.gz: 9df754ab7f03bf3668290c78f35a72728454cb9704028042f2654423ba43348c
3
+ metadata.gz: 70403e5e7112da1fa60c182f867fe21db0cef8960f2c412fcf36a834e43d8cde
4
+ data.tar.gz: 8946eb32f72b1b18bb46fecde5cb97368abb24dfaa881ab9b38878d1fd125845
5
5
  SHA512:
6
- metadata.gz: ef6b59683cfcc6e96eb20913a489ac400894479c6d59c787302857b107ed7a5775bb4b688f7419afb8fc6d1b5f397615a8a2e0bbbb1dc98427a646c26e09a51d
7
- data.tar.gz: 9c19bc96a35fd508c7bfbacc82a3314b8a54eb26f4068c4a572e57d601ea86df7863e03471b7208d22bb9a7c42c6e51540c3222272d4c798a42c39182701e642
6
+ metadata.gz: baed910dabb20ab2a054c14eb6900fe80bbf0632dc9e9eff5350032ade79ce9b44171cc256faa0d49fb34a33e381c4e760ee1015219f272b2a6d04a280f7b73c
7
+ data.tar.gz: c54d8fcab519bae7cea7d502c8fba5f8e7c559fd73fa074f1167bb9635bbbd30c9ffa2ea22bf2f73f6295438b6df6d533a1815dba3f94f0a3e3d39c5c83f2e42
@@ -13,13 +13,17 @@ module Fastlane
13
13
  sh("git commit -m '#{params[:title]}'")
14
14
  other_action.push_to_git_remote(tags: false)
15
15
 
16
+ run_url = "#{ENV['GITHUB_SERVER_URL']}/#{ENV['GITHUB_REPOSITORY']}/actions/runs/#{ENV['GITHUB_RUN_ID']}" if ENV['GITHUB_RUN_ID']
17
+ body = 'This PR was created automatically by CI.'
18
+ body += "\n\nTriggered by: #{run_url}" if run_url
19
+
16
20
  other_action.create_pull_request(
17
21
  api_token: ENV.fetch('GITHUB_TOKEN'),
18
22
  repo: params[:github_repo],
19
23
  title: params[:title],
20
24
  head: params[:head_branch],
21
25
  base: params[:base_branch],
22
- body: 'This PR was created automatically by CI.'
26
+ body: body
23
27
  )
24
28
  end
25
29
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.107'
3
+ VERSION = '0.3.108'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.107
4
+ version: 0.3.108
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-20 00:00:00.000000000 Z
11
+ date: 2026-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xctest_list