{"id":20904227,"url":"https://github.com/shivamarora1/gitaction_tag","last_synced_at":"2026-05-25T09:35:28.240Z","repository":{"id":128012924,"uuid":"451552650","full_name":"shivamarora1/gitaction_tag","owner":"shivamarora1","description":"Make a tag whenever there is push to the master branch","archived":false,"fork":false,"pushed_at":"2022-12-27T23:41:37.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T20:58:04.454Z","etag":null,"topics":["git","gitaction","gitactions","gitactions-workflow","github-actions"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shivamarora1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-24T16:56:20.000Z","updated_at":"2023-06-24T02:44:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9a086d5-2b62-4126-8256-267c06c47742","html_url":"https://github.com/shivamarora1/gitaction_tag","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shivamarora1/gitaction_tag","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamarora1%2Fgitaction_tag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamarora1%2Fgitaction_tag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamarora1%2Fgitaction_tag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamarora1%2Fgitaction_tag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shivamarora1","download_url":"https://codeload.github.com/shivamarora1/gitaction_tag/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shivamarora1%2Fgitaction_tag/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33469415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T06:32:55.349Z","status":"ssl_error","status_checked_at":"2026-05-25T06:32:35.322Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","gitaction","gitactions","gitactions-workflow","github-actions"],"created_at":"2024-11-18T13:16:21.711Z","updated_at":"2026-05-25T09:35:28.224Z","avatar_url":"https://github.com/shivamarora1.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a **GitHub Action** which will tag the repository whenever there is a push on the **main** branch. Normally developers tend to forget tagging the repository whenever some new stable code is merged on the **main** branch and eventually deployed on **production**. This workflow aims to automate the tagging process whenever there is a new deployment on **main** branch.\n\nSome background on **Git tag** and **GitHub actions**\n\n## Git Tag\nTags are like way to create a **snapshot** of Git repo. Git tags are reference that point to specific points in the Git history. A tag is a branch which never change. Tags are generally marked as semantic versioning (**v1.2.3**) . \n\n#### Creating a tag:\n`git tag \u003ctag_name\u003e`\n\n#### Publishing a tag:\n`git push origin \u003ctag_name\u003e`\n\n[*More info on tagging*](https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-tag#:~:text=Tags%20are%20ref's%20that%20point,branch%20that%20doesn't%20change.)\n\n## GitHub Actions\nGitHub Actions is a platform that helps to automate the processes in software build, test, and deployment pipeline. You can create workflows in GitHubs actions which will executes whenever there is event/events occurred in git repository. Some examples of such events are push to a particular branch, creation of new issue, pull request etc. GitHub actions also provides facility to run workflow manually or in some cron job like timely maner.\n\n[*More info on GitHub actions*](https://docs.github.com/en/actions/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamarora1%2Fgitaction_tag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivamarora1%2Fgitaction_tag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivamarora1%2Fgitaction_tag/lists"}