Skip to content

When calculator mode is enabled, notification name still says "Study Bible" #1901

When calculator mode is enabled, notification name still says "Study Bible"

When calculator mode is enabled, notification name still says "Study Bible" #1901

Workflow file for this run

name: Add issues and prs to Tuomas' project
on:
issues:
types:
- opened
pull_request:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/AndBible/projects/5
github-token: ${{ secrets.PROJECT_ACCESS_TOKEN }}
# add-comment:
# runs-on: ubuntu-latest
# permissions: write-all
# steps:
# - uses: actions/checkout@v3
# - name: Add Comment to New Issue
# run: |
# gh issue comment ${{ github.event.issue.number }} -b "This is a test comment."
# env:
# GH_TOKEN: ${{ github.token }}