Skip to content

Commit

Permalink
Create a new pull request by comparing changes across two branches (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
KidiIT authored Jan 6, 2024
2 parents e35f7bc + af9b717 commit e741684
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
jobs:
job_id:
permissions:
contents: 'read'
id-token: 'write'

steps:

# ...

- uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider'
service_account: 'my-service-account@my-project.iam.gserviceaccount.com'

- uses: 'google-github-actions/deploy-cloudrun@v2'
with:
image: 'gcr.io/cloudrun/hello'
service: 'hello-cloud-run'
github: [KIDI’S TECH.com,kidiit]
patreon: KIDI'S-TECH@patreon.com
community_bridge: https://openprofile.dev/profile/kiditech
Expand Down
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''




16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8239/badge)](https://www.bestpractices.dev/projects/8239)
# Automation repetitive task software
Tremendously automated repetitive task sofware with the motive of contributing to what makes your day to day activities much easier and accessible for you at your work place.
Before jumping to what we've today.I want to use this Opportunity to Thank each and every one of you for contributing in one way or the other and congratulate us as well because we recently hit our first 1.2K+ views on GITHUB with over 250 clones on my last repo. However,I'll encourage each and every one of us to keep up the good work. on that note, I want to advance us alittle bit on how to build a good automation task that can be used in your different organization. Please take note of each and every step to fully understand how to repetitive automate a software to perform a particular task without the intervention of human being. it can be considered as a machince learning task.also the following steps will help and assit you to state your algorithm when a atomating a particular task below.
Before jumping to what we've today.I want to use this Opportunity to Thank each and every one of you for contributing in one way or the other and congratulation to us as well because we recently hit our first 1.2K+ views on GITHUB with over 250 clones on my last repo. However,I'll encourage each and every one of us to keep up the good work. on that note, I want to advance us alittle bit on how to build a good automation task that can be used in your different organization. Please take note of each and every step to fully understand how to repetitive automate a software to perform a particular task without the intervention of human being. it can be considered as a machince learning task.also the following steps will help and assit you to state your algorithm when a atomating a particular task below.

How to understand and use this software:

Expand Down
10 changes: 10 additions & 0 deletions version/2024
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#PROJECT INSIGHTs/VOTE OF THANKS

## Hi to everyone seeing this, I want to use this opportunity to wish the community a happy new year with good health and prosperity. However, I want give the community heads up on
what we have accomplished so far from our last project. I really can't put enough words to express my happiest on our last project. last year was a very good one for us but I don't want us
to relent or relax. on that note, y'all commits and pull requests has been doing pretty awesome over here! please keep it coming and please don't forget to call my attention when confused on any issues to solve on any of our projects

In Addition, I want spicy it up alittle bit to motivate us the most this year. from my overall analytics on our last project has been able to accumulate the followings: "1.4k+ views with 503 clones". I'm super excited
on what we've accomplished so far on our project. moreover, I want us to be encouraged and keep up the good work because we ain't there yet until then. keep the good work going. on one hand,I'm not looking at the numbers of views and clones we've gotten so far.
however,my main priority is to make sure that each and every one of us in the community understands,learn, and can build something spectacular from our successfully deployed projects so far. on the other, my warmest gratitude goes to you guys and I can't wait to share and
learn with y'all soonest on my next project!. signing out KIDI'S TECH! AND HAPPY NEW YEAR ONCE AGAIN FROM KIDI'S TECH YOUR FRIEND.

0 comments on commit e741684

Please sign in to comment.