ソースを参照

Address PR feedback by @marionbarker
* Add back to Config.xcconfig
* Fix typo for repository owner variable
* Change and adjust file names

Deniz Cengiz 1 年間 前
コミット
855071fa4b

+ 1 - 1
.github/workflows/add_to_project.yml

@@ -1,4 +1,4 @@
-name: 8. DONT RUN Add bugs to bugs project
+name: zzz [DO NOT RUN] Add Bugs to Project 'Bugs'
 
 on:
   issues:

+ 3 - 3
.github/workflows/DO_NOT_RUN_auto_version_dev.yml

@@ -1,5 +1,5 @@
 # -----------------------------------------------------------------------------
-# Workflow: Bump Dev Version
+# Workflow: `auto_version_dev.yml`
 #
 # Description:
 # This GitHub Actions workflow automatically manages and increments the
@@ -34,7 +34,7 @@
 # - This workflow only runs when the repository owner is `nightscout`
 # -----------------------------------------------------------------------------
 
-name: Bump APP_DEV_VERSION on dev push
+name: zzz [DO NOT RUN] Bump APP_DEV_VERSION on dev push
 
 on:
   push:
@@ -43,7 +43,7 @@ on:
 
 jobs:
   bump-dev-version:
-    if: github.repository.owner == 'nightscout'
+    if: github.repository_owner == 'nightscout'
     runs-on: ubuntu-latest
 
     steps:

+ 1 - 1
.github/workflows/stale_issues.yml

@@ -1,4 +1,4 @@
-name: 8. DONT RUN close inactive issues
+name: zzz [DO NOT RUN] Close Inactive Issues
 on:
   schedule:
     - cron: "30 1 * * *"

+ 1 - 0
Config.xcconfig

@@ -1,6 +1,7 @@
 APP_DISPLAY_NAME = Trio
 APP_VERSION = 0.4.1
 APP_DEV_VERSION = 0.4.1
+APP_BUILD_NUMBER = 1
 COPYRIGHT_NOTICE =
 DEVELOPER_TEAM = ##TEAM_ID##
 BUNDLE_IDENTIFIER = org.nightscout.$(DEVELOPMENT_TEAM).trio