Skip to content

Merge dev into prod#55

Open
nfgallimore wants to merge 100 commits into
productionfrom
development
Open

Merge dev into prod#55
nfgallimore wants to merge 100 commits into
productionfrom
development

Conversation

@nfgallimore

Copy link
Copy Markdown
Member

No description provided.

snyk-bot and others added 30 commits August 4, 2024 07:16
Snyk has created this PR to upgrade zone.js from 0.13.3 to 0.14.7.

See this package in npm:
zone.js

See this project in Snyk:
https://app.snyk.io/org/nfgallimore/project/6c78ccee-e00e-45e2-830c-949ac8e8b57f?utm_source=github&utm_medium=referral&page=upgrade-pr
…ventory-items

Story/nfg 86 create inventory items
…a127c935e606654472c9b01

[Snyk] Upgrade zone.js from 0.13.3 to 0.14.7
…s test driven development process, and other work flow processes in Microsoft Dev Team folders.
Snyk has created this PR to upgrade zone.js from 0.13.3 to 0.14.10.

See this package in npm:
zone.js

See this project in Snyk:
https://app.snyk.io/org/nfgallimore/project/6c78ccee-e00e-45e2-830c-949ac8e8b57f?utm_source=github&utm_medium=referral&page=upgrade-pr
Snyk has created this PR to upgrade @apollo/client from 3.11.1 to 3.11.4.

See this package in npm:
@apollo/client

See this project in Snyk:
https://app.snyk.io/org/nfgallimore/project/6c78ccee-e00e-45e2-830c-949ac8e8b57f?utm_source=github&utm_medium=referral&page=upgrade-pr
NFG-76 Staging github page deployment
Snyk has created this PR to upgrade:
  - @apollo/client from 3.11.1 to 3.11.4.
    See this package in npm: https://www.npmjs.com/package/@apollo/client
  - esbuild from 0.23.0 to 0.23.1.
    See this package in npm: https://www.npmjs.com/package/esbuild

See this project in Snyk:
https://app.snyk.io/org/nfgallimore/project/6c78ccee-e00e-45e2-830c-949ac8e8b57f?utm_source=github&utm_medium=referral&page=upgrade-pr
…-management

Chapter/nfg 76 product management --batch records
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment on lines +10 to +25
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Enforce commit message Jira issue ID
run: |
COMMITS=$(git rev-list --all)
for COMMIT in $COMMITS; do
MESSAGE=$(git log --format=%B -n 1 $COMMIT)
if [[ ! $MESSAGE =~ (Merge|NFG-[0-9]+) ]]; then
echo "Error: Commit message '$MESSAGE' does not contain a Jira issue ID (NFG-<issue-number>)."
exit 1
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants