Skip to content

Commit 121beb5

Browse files
authored
Update workflow files and bug report template (#1501)
* Unify batch workflow naming * Update bug report template
1 parent f51a660 commit 121beb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ assignees: st0012
2121
- Integration Versions (if any):
2222
- e.g. Rails 6.0, Sidekiq 6.1.2
2323

24-
**Raven Config**
24+
**Sentry Config**
2525

2626
This is not necessary but could be helpful.
2727

2828
```ruby
29-
Raven.configure do |config|
29+
Sentry.init do |config|
3030
# the config you're using, without DSN and other sensitive data
3131
end
3232
```

.github/workflows/batch_build_release.yml renamed to .github/workflows/build_batch_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Batch Build Release
1+
name: Build Batch Release
22

33
on:
44
push:
55
branches:
66
- release/**
77
jobs:
88
build:
9-
name: Build
9+
name: Build gems
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)