When calculator mode is enabled, notification name still says "Study Bible" #1901
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |